-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.27 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
49
{
"name": "hapi_course",
"description": "Here I'm writing the code that I'm doing from different courses, almost all of them are from JS but eventually I will update this",
"version": "1.0.0",
"main": "index.js",
"type": "commonjs",
"scripts": {
"start": "nodemon --ext js,hbs",
"lint": "standard",
"lint-fix": "standard --fix",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AndresMpa/courses.git"
},
"dependencies": {
"@hapi/basic": "^7.0.0",
"@hapi/boom": "^10.0.0",
"@hapi/crumb": "^9.0.0",
"@hapi/hapi": "^21.1.0",
"@hapi/inert": "^7.0.0",
"@hapi/scooter": "^7.0.0",
"@hapi/vision": "^7.0.0",
"bcrypt": "^5.1.0",
"blankie": "^5.0.0",
"dotenv": "^16.0.3",
"firebase-admin": "^11.4.1",
"handlebars": "^4.7.7",
"hapi": "^18.1.0",
"joi": "^17.7.0",
"laabr": "^6.1.3",
"uuid": "^9.0.0"
},
"devDependencies": {
"hapi-dev-errors": "^4.0.0",
"nodemon": "^2.0.20",
"standard": "^17.0.0"
},
"keywords": [
"hapi"
],
"author": "AndresMpa",
"license": "ISC",
"bugs": {
"url": "https://github.com/AndresMpa/courses/issues"
},
"homepage": "https://github.com/AndresMpa/courses#readme"
}