-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 745 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 745 Bytes
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": "ipfs-sqlite-cli",
"version": "0.0.2",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"ipfs-sqlite": "./index.js"
},
"keywords": [],
"author": "",
"dependencies": {
"@caporal/core": "2.0.2",
"@ipld/dag-pb": "2.1.12",
"better-sqlite3": "7.4.5",
"bottleneck": "2.19.5",
"cids": "1.1.9",
"cli-progress": "3.9.1",
"crypto-random-string": "4.0.0",
"fs-extra": "10.0.0",
"hasha": "5.2.2",
"ipfs": "0.59.1",
"ipfs-http-client": "53.0.1",
"ipfs-unixfs": "6.0.6",
"lodash": "4.17.21",
"multiformats": "9.4.8",
"ora": "6.0.1"
},
"devDependencies": {
"prettier": "2.4.1"
}
}