24 lines
474 B
JSON
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"
|
|
}
|
|
}
|