-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 1.06 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
{
"name": "peer-base-pinner",
"version": "1.0.0",
"description": "A pinner for peer-base ... backup collaborations using IPFS, IPLD, IPNS + ipfs-cluster",
"leadMaintainer": "Jim Pick <[email protected]>",
"main": "index.js",
"bin": {
"peer-pad-pinner": "./peer-pad-pinner"
},
"scripts": {
"start": "node --optimize_for_size --max_old_space_size=360 ./peer-pad-pinner"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ipfs-shipyard/peer-base-pinner.git"
},
"keywords": [],
"author": "Jim Pick (@jimpick)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ipfs-shipyard/peer-base-pinner/issues"
},
"homepage": "https://github.com/ipfs-shipyard/peer-base-pinner#readme",
"dependencies": {
"@jimpick/go-ipfs-dep": "0.4.19-2",
"cids": "^0.5.7",
"delay": "^4.1.0",
"dotenv": "^7.0.0",
"http-proxy": "^1.17.0",
"ipfs-http-client": "^30.0.0",
"isomorphic-fetch": "^2.2.1",
"lodash.debounce": "^4.0.8",
"p-queue": "^4.0.0",
"peer-base": "^0.12.0-rc6",
"tempy": "^0.2.1"
}
}