-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 839 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": "domain-sniper",
"version": "1.0.0",
"description": "Snipe domains when they are available",
"author": "wsw",
"license": "MIT",
"main": "lib/index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"start": "node server",
"test": "lab -a @hapi/code -L",
"lint": "eslint ."
},
"dependencies": {
"@hapi/boom": "7.x.x",
"@hapi/hoek": "6.x.x",
"@hapi/joi": "15.x.x",
"haute-couture": "3.x.x"
},
"devDependencies": {
"@hapi/code": "5.x.x",
"@hapi/eslint-config-hapi": "12.x.x",
"@hapi/eslint-plugin-hapi": "4.x.x",
"@hapi/glue": "6.x.x",
"@hapi/hapi": "18.x.x",
"@hapi/lab": "18.x.x",
"confidence": "4.x.x",
"dotenv": "8.x.x",
"eslint": "5.x.x",
"hpal": "2.x.x",
"hpal-debug": "1.x.x",
"toys": "2.x.x"
}
}