Files
Train-ID/package.json
2025-10-25 17:31:21 -04:00

43 lines
1.1 KiB
JSON

{
"name": "train-id-app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node dist/server.js",
"dev": "tsc -p tsconfig.json --watch & nodemon --watch dist --ext js,mjs --delay 200ms dist/server.js",
"build": "tsc -p tsconfig.json"
},
"repository": {
"type": "git",
"url": "https://git.hudsonriggs.systems/HRiggs/Train-ID.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^17.2.3",
"exceljs": "^4.4.0",
"express": "^5.1.0",
"express-fileupload": "^1.5.2",
"morgan": "^1.10.1",
"mysql2": "^3.15.3",
"openai": "^6.7.0",
"pdfkit": "^0.17.2"
},
"devDependencies": {
"@types/cors": "^2.8.19",
"@types/express": "^5.0.4",
"@types/express-fileupload": "^1.5.1",
"@types/morgan": "^1.9.10",
"@types/node": "^24.9.1",
"@types/pdfkit": "^0.17.3",
"nodemon": "^3.1.10",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
}
}