-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 970 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
{
"name": "internvault",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm install package.json && node src/index",
"build": "npm cache clean && npm install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hashanthony/vaultmongo.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hashanthony/vaultmongo/issues"
},
"homepage": "https://github.com/hashanthony/vaultmongo#readme",
"dependencies": {
"axios": "^0.27.2",
"body-parser": "^1.20.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dot-env": "^0.0.1",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"express-session": "^1.17.3",
"mongoose": "^6.3.6",
"node-vault": "^0.9.22",
"package.json": "^2.0.1",
"signale": "^1.4.0",
"store2": "^2.13.2"
}
}