Cool_TODO_manager/backend/package.json
2025-02-18 17:30:35 +03:00

33 lines
721 B
JSON

{
"name": "web",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"bcryptjs": "^3.0.0",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"jsonwebtoken": "^9.0.2",
"pg": "^8.13.3",
"pg-pool": "^3.7.1",
"reflect-metadata": "^0.2.2",
"ts-node-dev": "^2.0.0",
"typeorm": "^0.3.20",
"typescript": "^5.7.3"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/cors": "^2.8.17",
"@types/express": "^5.0.0",
"@types/jsonwebtoken": "^9.0.8",
"@types/pg": "^8.11.11"
}
}