2024-05-29 18:54:49 +01:00

23 lines
454 B
JSON

{
"name": "webapp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "tsc-watch --onsuccess \"node dist/server.js\""
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@tsconfig/node20": "^20.1.2",
"@types/express": "^4.17.20",
"tsc-watch": "^6.0.4",
"typescript": "^5.2.2"
},
"dependencies": {
"@types/node": "^20.6.1",
"express": "^4.18.2"
}
}