This repository has been archived by the owner on Feb 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
59 lines (59 loc) · 1.5 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
49
50
51
52
53
54
55
56
57
58
59
{
"name": "web3-publish",
"version": "1.0.0",
"description": "The easiest way to publish web3 content.",
"main": "index.js",
"scripts": {
"test": "node ./test/test.js",
"build": "ncc build -o dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kubelt/web3-publish.git"
},
"keywords": [
"web3",
"CMS"
],
"author": "Alex Flanagan <[email protected]>",
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://github.com/kubelt/web3-publish/issues"
},
"homepage": "https://github.com/kubelt/web3-publish#readme",
"dependencies": {
"@actions/core": "^1.6.0",
"@ipld/car": "3.2.3",
"@ipld/dag-cbor": "7.0.0",
"@ipld/dag-json": "8.0.7",
"@multiformats/blake2": "1.0.8",
"@multiformats/sha3": "2.0.7",
"@stablelib/base64": "^1.0.1",
"@stablelib/ed25519": "^1.0.2",
"@stablelib/pbkdf2": "^1.0.1",
"@stablelib/sha256": "^1.0.1",
"blake3": "2.1.7",
"event-stream": "4.0.1",
"glob": "^7.2.0",
"ipfs-car": "^0.6.2",
"ipfs-http-client": "56.0.1",
"ipns": "0.16.0",
"jsonld": "5.2.0",
"levelup": "5.1.1",
"libp2p-crypto": "0.21.2",
"memdown": "6.1.1",
"multi-part": "^3.0.0",
"multiformats": "^9.6.4",
"node-fetch": "^2.6.6",
"node-fetch-retry": "^2.0.0",
"peer-id": "^0.16.0",
"quadstore": "9.1.0",
"rdf-parse": "1.9.1",
"tmp-promise": "^3.0.3",
"yargs": "^17.3.1"
},
"devDependencies": {
"@vercel/ncc": "^0.33.3",
"tap": "^15.1.6"
}
}