modular_webserver/package.json
2025-02-08 16:32:23 -05:00

24 lines
474 B
JSON

{
"name": "server",
"version": "1.0.0",
"main": "dist/index.js",
"scripts": {
"test": "nodemon ./src/index.ts"
},
"keywords": [],
"author": "Backwards",
"license": "MIT",
"type": "commonjs",
"description": "",
"dependencies": {
"@types/express": "^5.0.0",
"config": "^3.3.12",
"express": "^4.21.2",
"jsonwebtoken": "^9.0.2",
"nodemon": "^3.1.9",
"ts-node": "^10.9.2",
"typescript": "^5.7.3",
"uuid": "^11.0.5"
}
}