TS-Generic-Structure/package.json
2025-01-17 14:07:39 +01:00

28 lines
659 B
JSON

{
"name": "express-template-structure",
"version": "1.0.0",
"main": "dist/index.js",
"scripts": {
"typeorm": "typeorm-ts-node-commonjs",
"build": "tsc",
"start": "node .",
"dev": "npm run build && set NODE_ENV=development && npm run start"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"cors": "^2.8.5",
"express": "^5.0.1",
"reflect-metadata": "^0.2.2",
"sqlite3": "^5.1.7",
"typeorm": "^0.3.20"
},
"devDependencies": {
"@types/cors": "^2.8.14",
"@types/express": "^4.17.17",
"@types/node": "^16.18.41",
"ts-node": "10.7.0",
"typescript": "^4.5.2"
}
}