-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.22 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
{
"name": "@holochain/devhub-cli",
"version": "0.2.0",
"description": "A CLI for managing assets and packages on DevHub",
"type": "module",
"main": "lib/index.js",
"module": "lib/index.js",
"bin": {
"devhub": "./lib/index.js"
},
"files": [
"README.md",
"lib/**"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Matthew Brisebois <matthew.brisebois@holo.host>",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/holochain/devhub-cli"
},
"devDependencies": {
"@spartan-hc/holochain-backdrop": "^4.6.0",
"@types/node": "^20.12.7",
"chai": "^5.1.0",
"mocha": "^10.4.0",
"typescript": "^5.4.5"
},
"dependencies": {
"@holochain/zomehub-zomelets": "^0.2.0-dev.3",
"@noble/ed25519": "^2.1.0",
"@spartan-hc/app-interface-client": "^0.8.0",
"@spartan-hc/bundles": "^0.2.6",
"@whi/bytes-class": "^0.1.0",
"@whi/json": "^0.1.9",
"@whi/weblogger": "^0.4.0",
"chalk": "^5.3.0",
"clone-deep": "^4.0.1",
"commander": "^12.0.0",
"deep-equal": "^2.2.3",
"execa": "^9.3.1",
"inquirer": "^9.2.22",
"semver": "^7.6.3",
"sprintf-js": "^1.1.3",
"toml": "^3.0.0"
}
}