52 lines
1.2 KiB
JSON
52 lines
1.2 KiB
JSON
{
|
|
"name": "backend",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"dev": "nodemon index.ts",
|
|
"build": "tsc",
|
|
"start": "node index.ts",
|
|
"type-check": "tsc --noEmit",
|
|
"clean": "rm -rf dist"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "commonjs",
|
|
"dependencies": {
|
|
"auto-bind": "^4.0.0",
|
|
"axios": "^1.16.1",
|
|
"bcryptjs": "^3.0.3",
|
|
"cookie-parser": "^1.4.7",
|
|
"cors": "^2.8.6",
|
|
"csurf": "^1.11.0",
|
|
"express": "^5.2.1",
|
|
"express-rate-limit": "^8.5.2",
|
|
"form-data": "^4.0.5",
|
|
"helmet": "^8.1.0",
|
|
"hpp": "^0.2.3",
|
|
"http-errors": "^2.0.1",
|
|
"jsonwebtoken": "^9.0.3",
|
|
"multer": "^2.1.1",
|
|
"pg": "^8.20.0",
|
|
"pg-hstore": "^2.3.4",
|
|
"sequelize": "^6.37.8"
|
|
},
|
|
"devDependencies": {
|
|
"@types/cookie-parser": "^1.4.10",
|
|
"@types/cors": "^2.8.19",
|
|
"@types/csurf": "^1.11.5",
|
|
"@types/express": "^5.0.6",
|
|
"@types/hpp": "^0.2.7",
|
|
"@types/jsonwebtoken": "^9.0.10",
|
|
"@types/multer": "^2.1.0",
|
|
"@types/node": "^25.9.0",
|
|
"dotenv": "^17.4.2",
|
|
"nodemon": "^3.1.14",
|
|
"sequelize-cli": "^6.6.5",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^6.0.3"
|
|
}
|
|
}
|