Files
self/app/server/package.json
2023-07-26 15:37:53 +02:00

16 lines
325 B
JSON

{
"name": "server",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@types/body-parser": "^1.19.2",
"@types/express": "^4.17.17",
"@types/node": "^20.4.5",
"body-parser": "^1.20.2",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"typescript": "^5.1.6"
}
}