-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.36 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
50
51
52
53
54
55
56
{
"name": "canhazdb-server",
"version": "7.1.1",
"description": "A shaded and clustered database communicated over http rest.",
"main": "./lib/index.js",
"bin": {
"canhazdb-server": "lib/cli.js"
},
"directories": {
"lib": "lib",
"test": "test"
},
"dependencies": {
"axios": "^0.27.2",
"chalk": "^4.1.1",
"debarrel": "^1.0.1",
"final-stream": "^2.0.3",
"get-port": "^5.1.1",
"hinton": "^1.0.0",
"lockbase": "^1.0.9",
"minimist": "^1.2.5",
"ndjson-fe": "^1.2.7",
"node-ejdb-lite": "^2.73.8",
"qs": "^6.10.1",
"reconnecting-websocket": "^4.4.0",
"server-destroy": "^1.0.1",
"tcpocket": "^5.0.6",
"uuid": "^8.3.2",
"write-response": "^1.2.3",
"ws": "^7.4.6",
"wtfnode": "^0.8.4"
},
"devDependencies": {
"basictap": "^1.1.13",
"c8": "^7.7.2",
"canhazdb-driver-ejdb": "^1.1.5",
"eslint": "^8.22.0",
"npm": "^8.18.0",
"semistandard": "^16.0.1"
},
"scripts": {
"lint": "eslint .",
"test": "./makeCerts.sh && c8 -o /tmp node --unhandled-rejections=strict test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/canhazdb/server.git"
},
"keywords": [],
"author": "",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/canhazdb/server/issues"
},
"homepage": "https://github.com/canhazdb/server#readme"
}