-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
45 lines (45 loc) · 1.07 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
{
"name": "scuttle-testbot",
"version": "2.2.0",
"description": "Spins up an empty, temporary ssb-server server that stores data in your temp folder",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/ssbc/scuttle-testbot"
},
"scripts": {
"test:raw": "tape test/*.js",
"test:db1": "SSB_DB1=true npm run test:raw | tap-arc",
"test:db2": "npm run test:raw | tap-arc",
"test": "npm run test:db1 && npm run test:db2"
},
"keywords": [
"ssb",
"scuttlebutt",
"test",
"testing",
"ssb-server"
],
"author": "",
"license": "MIT",
"dependencies": {
"color-tag": "^1.0.2",
"pull-paramap": "^1.2.2",
"pull-stream": "^3.7.0",
"rimraf": "^3.0.2",
"secret-stack": "^6.4.1",
"ssb-conn": "^6.0.4",
"ssb-db": "^20.4.1",
"ssb-db2": "^7.1.1",
"ssb-keys": "^8.5.0"
},
"devDependencies": {
"ssb-backlinks": "^2.1.1",
"ssb-friends": "^4.4.8",
"ssb-query": "^2.4.5",
"ssb-replicate": "^1.3.3",
"ssb-tribes": "^3.1.3",
"tap-arc": "^0.3.5",
"tape": "^5.6.3"
}
}