Files
tattletires/api/package.json
2025-07-26 16:41:38 -05:00

25 lines
500 B
JSON

{
"name": "api",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"aws-sdk": "^2.1692.0",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"dotenv": "^17.2.1",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"jade": "~1.11.0",
"mongodb": "^6.18.0",
"mongoose": "^8.16.4",
"morgan": "~1.9.1",
"nanoid": "^5.1.5",
"validator": "^13.15.15",
"xss-clean": "^0.1.4"
}
}