-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 921 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
41
42
43
{
"name": "battleship",
"version": "1.0.0",
"description": "A Battleship Rest Client",
"main": "server.js",
"scripts": {
"start": "node server.js",
"test": "lab -c",
"test-lint": "lab -L",
"test-ws": "node $NODE_DEBUG_OPTION ./node_modules/lab/bin/lab ./test",
"test-cov-html": "lab -r html -o coverage.html"
},
"repository": {
"type": "git",
"url": "https://github.com/Cortrah/battleship.git"
},
"keywords": [
"agnostech",
"rest",
"kata",
"fun"
],
"author": "Cortlandt Winters",
"license": "MIT",
"engines": {
"node": ">=10.0.0"
},
"dependencies": {
"code": "^4.0.0",
"good": "^7.0.2",
"good-console": "^6.1.2",
"handlebars": "^4.1.2",
"hapi": "^16.7.0",
"inert": "^4.0.2",
"joi": "^14.3.1",
"lout": "^9.1.0",
"uuid": "^3.3.2",
"vision": "^4.1.0"
},
"devDependencies": {
"lab": "^18.0.2"
}
}