45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "kahulm",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "npx tsc",
|
|
"start": "node dist/index.js",
|
|
"dev": "nodemon src/index.ts"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.eleves.ens.fr/mboyer02/kahulm"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"body-parser": "^1.20.2",
|
|
"compression": "^1.7.4",
|
|
"cookie-session": "^2.1.0",
|
|
"csv-parse": "^5.5.6",
|
|
"dotenv": "^16.4.5",
|
|
"express": "^4.19.2",
|
|
"express-promise-router": "^4.1.1",
|
|
"helmet": "^7.1.0",
|
|
"joi": "^17.13.3",
|
|
"morgan": "^1.10.0",
|
|
"pug": "^3.0.3",
|
|
"qrcode": "^1.5.3",
|
|
"sequelize": "^6.37.3",
|
|
"sqlite3": "^5.1.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/compression": "^1.7.5",
|
|
"@types/cookie-session": "^2.0.49",
|
|
"@types/express": "^4.17.21",
|
|
"@types/morgan": "^1.9.9",
|
|
"@types/node": "^20.14.9",
|
|
"@types/qrcode": "^1.5.5",
|
|
"@types/sequelize": "^4.28.20",
|
|
"nodemon": "^3.1.4",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.5.2"
|
|
}
|
|
}
|