-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 863 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 863 Bytes
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
{
"name": "projuct6",
"version": "1.0.0",
"main": "index.js",
"dependencies": {
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"ejs": "^3.1.10",
"express": "^4.19.2",
"express-session": "^1.18.0",
"jquery": "^3.7.1",
"mongoose": "^8.4.0",
"nocache": "^4.0.0",
"nodemon": "^3.1.1",
"path": "^0.12.7",
"uuid": "^9.0.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"start": "node dist/app.js",
"dev": "ts-node-dev src/app.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@types/express": "^5.0.0",
"@types/express-session": "^1.18.0",
"@types/jquery": "^3.5.31",
"@types/node": "^22.7.5",
"@types/uuid": "^10.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
}
}