lego/back-end/package.json
Alessandre Laguierce fdcb2bda88 feat: begin back end
2024-10-23 15:55:36 +02:00

23 lines
503 B
JSON

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