generated from Worketyamo-Students/node-ts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.28 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "@worketyamo/ts-starter",
"version": "1.0.0",
"main": "index.js",
"engines": {
"node": ">=20.12.0",
"yarn": ">=1.22.19",
"npm": " WORKETYAMO : Utiliser Yarn pour ce projet ."
},
"scripts": {
"dev": "ts-node-dev --respawn --clear --transpile-only --ignore-watch node_modules ./src/app.ts",
"build": "rimraf ./dist && tsc",
"start": "node dist/app.js"
},
"keywords": [],
"author": "",
"license": "WORKETYAMO",
"description": "",
"devDependencies": {
"@eslint/js": "^9.5.0",
"@types/compression": "^1.7.5",
"@types/express": "^4.17.21",
"@types/node": "^20.14.8",
"@types/swagger-jsdoc": "^6.0.4",
"@types/swagger-ui-express": "^4.1.6",
"eslint": "9.x",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"globals": "^15.6.0",
"prettier": "^3.3.2",
"rimraf": "^5.0.7",
"ts-node-dev": "^2.0.0",
"typescript": "^5.5.2",
"typescript-eslint": "^7.13.1"
},
"dependencies": {
"@prisma/client": "^5.19.1",
"@types/morgan": "^1.9.9",
"compression": "^1.7.4",
"dotenv": "^16.4.5",
"env-var": "^7.5.0",
"express": "^4.19.2",
"express-rate-limit": "^7.3.1",
"morgan": "^1.10.0",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1"
}
}