Files
Arsenal_IQ/backend/package.json
T
2026-03-26 00:24:33 -04:00

34 lines
791 B
JSON

{
"name": "arsenal-iq-backend",
"version": "1.0.0",
"description": "Backend for Arsenal IQ firearm and ammunition inventory",
"main": "dist/app.js",
"type": "module",
"scripts": {
"dev": "node --import tsx src/app.ts",
"build": "tsc",
"start": "node dist/app.js"
},
"dependencies": {
"axios": "1.6.2",
"bcryptjs": "2.4.3",
"cors": "2.8.5",
"dotenv": "16.4.5",
"express": "4.18.2",
"express-rate-limit": "7.1.5",
"helmet": "7.1.0",
"morgan": "1.10.0",
"pg": "8.11.3"
},
"devDependencies": {
"@types/bcryptjs": "2.4.6",
"@types/cors": "2.8.17",
"@types/express": "4.17.21",
"@types/morgan": "1.9.9",
"@types/node": "20.10.6",
"@types/pg": "8.10.9",
"tsx": "4.7.0",
"typescript": "5.3.3"
}
}