-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
34 lines (34 loc) · 1.11 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
{
"name": "farm-peer",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/inkandswitch/farm-peer.git",
"author": "Jeff Peterson <[email protected]>, Peter van Hardenberg <[email protected]>, Matt Tognetti <[email protected]>",
"license": "BSD",
"private": true,
"scripts": {
"farm-peer": "yarn build && node ./dist/index.js",
"farm-peer-inspect": "yarn build && node --inspect-brk ./dist/index.js",
"build": "tsc -p ."
},
"dependencies": {
"@types/bs58": "^4.0.0",
"@types/commander": "^2.12.2",
"@types/debug": "^4.1.2",
"@types/lodash": "^4.14.123",
"@types/mime-types": "^2.1.0",
"@types/node": "^11.11.3",
"bs58": "^4.0.1",
"commander": "^2.19.0",
"dat-swarm-defaults": "^1.0.2",
"debug": "^4.1.1",
"discovery-cloud-client": "github:inkandswitch/discovery-cloud-client",
"discovery-swarm": "^5.1.4",
"hypermerge": "github:automerge/hypermerge#4ee483f5c7b9d5870d315258042d71ae4ee22698",
"lodash": "^4.17.11",
"mime-types": "^2.1.22",
"random-access-file": "^2.1.0",
"ts-node": "^8.0.3",
"typescript": "^3.3.3333"
}
}