-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 928 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
{
"name": "ipfs-or-gateway",
"version": "4.1.0",
"description": "Download an hash via IPFS, falling back to an HTTP Gateway.",
"main": "./lib/index.js",
"bin": {
"ipfs-or-gateway": "./bin/index.js"
},
"scripts": {
"lint": "standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ipfs-shipyard/ipfs-or-gateway.git"
},
"author": "Henrique Dias <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ipfs-shipyard/ipfs-or-gateway/issues"
},
"homepage": "https://github.com/ipfs-shipyard/ipfs-or-gateway#readme",
"dependencies": {
"abort-controller": "^3.0.0",
"fs-extra": "^10.0.0",
"ipfs-car": "^0.6.1",
"node-fetch": "^2.6.7",
"node-fetch-progress": "^1.0.2",
"ora": "^5.4.1",
"pretty-bytes": "^5.6.0",
"tar": "^6.1.11",
"yargs": "^17.3.1"
},
"devDependencies": {
"standard": "^16.0.4"
}
}