-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 911 Bytes
/
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
{
"name": "vrct_trust",
"version": "1.0.2",
"description": "Website for VRCT Trust Organization",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DSunilDev/Trust-.git"
},
"keywords": [
"vrct"
],
"author": "D.Sunilkumar",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/DSunilDev/Trust-/issues"
},
"homepage": "https://github.com/DSunilDev/Trust-#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"cookie-session": "^2.0.0",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-session": "^1.17.3",
"fs": "^0.0.1-security",
"mongodb": "^6.2.0",
"multer": "^1.4.5-lts.1",
"node": "^21.1.0",
"nodemon": "^3.0.1",
"nvm": "^0.0.4",
"path": "^0.12.7",
"session": "^0.1.0"
}
}