lego/back-end/package.json
2024-10-25 18:52:06 +02:00

26 lines
630 B
JSON

{
"name": "back-end",
"version": "1.0.0",
"main": "dist/app.js",
"scripts": {
"startonly": "node dist/app.js",
"start": "tsc && node dist/app.js",
"build": "tsc && cp -r src/templates dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@types/express": "^5.0.0",
"@types/pg": "^8.11.10",
"globals": "^15.11.0",
"typescript": "^5.6.3"
},
"dependencies": {
"express": "^4.21.1",
"pg": "^8.13.1"
}
}