-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.29 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
{
"name": "@discovery-dao/gitbook-web3storage-action",
"version": "1.0.0",
"description": "## From zero to hero",
"main": "index.js",
"scripts": {
"start": "node --experimental-json-modules index.js",
"start:dev": "nodemon",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Discovery-Labs/dCompass-Gitbook-action.git"
},
"keywords": [],
"author": "Huxwell",
"license": "MIT",
"bugs": {
"url": "https://github.com/Discovery-Labs/dCompass-Gitbook-action/issues"
},
"type": "module",
"homepage": "https://github.com/Discovery-Labs/dCompass-Gitbook-action#readme",
"dependencies": {
"@actions/core": "^1.4.0",
"@actions/github": "^5.0.0",
"@ceramicnetwork/3id-did-resolver": "^1.2.7",
"@ceramicnetwork/http-client": "^1.5.0",
"@discovery-decrypted/schemas": "^0.1.11",
"@glazed/datamodel": "^0.2.0",
"@glazed/did-datastore": "^0.2.1",
"@self.id/core": "^0.2.0",
"@stablelib/random": "^1.0.1",
"dids": "^2.4.2",
"dotenv": "^10.0.0",
"key-did-provider-ed25519": "^1.1.0",
"key-did-resolver": "^1.4.0",
"nft.storage": "^3.1.3",
"uint8arrays": "^3.0.0",
"web3.storage": "^3.1.0"
},
"devDependencies": {
"nodemon": "^2.0.12"
}
}