-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.03 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
46
47
48
{
"name": "datastore-oss",
"version": "0.0.7",
"description": "IPFS datastore implementation backed by aliyun OSS",
"main": "dist/src/index",
"keywords": [
"interface",
"key-value",
"ipfs",
"datastore",
"oss",
"ipfs save to oss"
],
"scripts": {
"clean": "rimraf dist",
"build": "npm run clean && tsc"
},
"files": [
"dist",
"examples",
"src",
"!**/*.tsbuildinfo",
"!**/node_modules"
],
"repository": {
"type": "git",
"url": "git+https://github.com/sccgithub/js-datastore-oss.git"
},
"author": "sccgithub",
"license": "ISC",
"devDependencies": {
"@types/ali-oss": "^6.0.11",
"aegir": "^35.1.0",
"ipfs-repo": "^13.0.4",
"rimraf": "^3.0.2",
"typescript": "^4.4.3"
},
"dependencies": {
"@ipld/dag-cbor": "^6.0.10",
"ali-oss": "^6.16.0",
"blockstore-datastore-adapter": "^2.0.2",
"datastore-core": "^6.0.7",
"ipfs-core-utils": "^0.10.5",
"it-all": "^1.0.5",
"it-to-buffer": "^2.0.1",
"uint8arrays": "^3.0.0"
}
}