-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 893 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
39
40
{
"name": "poi-pro-michael-kelly-20041540",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "nyc mocha"
},
"author": "",
"license": "ISC",
"dependencies": {
"@hapi/boom": "^9.0.0",
"@hapi/cookie": "^11.0.0",
"@hapi/hapi": "^19.0.5",
"@hapi/inert": "^6.0.1",
"@hapi/joi": "^17.1.1",
"@hapi/vision": "^6.0.0",
"bcrypt": "^5.0.1",
"cloudinary": "^1.25.0",
"dotenv": "^8.2.0",
"handlebars": "^4.7.2",
"hapi-auth-jwt2": "^10.2.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"mais-mongoose-seeder": "^1.0.7",
"mongoose": "^5.8.10"
},
"devDependencies": {
"axios": "^0.21.1",
"chai": "^4.3.4",
"mocha": "^8.4.0",
"nyc": "^15.1.0",
"prettier": "^1.19.1"
},
"prettier": {
"singleQuote": true,
"printWidth": 120
}
}