NOJSCAP/server/ts-express/package.json
2025-08-06 16:58:36 +00:00

16 lines
273 B
JSON

{
"name": "NOJSCAP server",
"type": "module",
"version": "1.0.0",
"description": "",
"main": "server.ts",
"scripts": {
"start": "npx tsx server.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^5.1.0"
}
}