-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.15 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
{
"name": "stbx",
"version": "0.0.17",
"description": "This is a (temporary) tool that does various useful statebox things.",
"main": "./stbx-cli.js",
"bin": {
"stbx": "./stbx-cli.js",
"stbx-codec": "./stbx-cli-codec.js",
"stbx-convert": "./stbx-cli-convert.js",
"stbx-hash": "./stbx-cli-hash.js",
"stbx-discrete-wiring": "./stbx-cli-discrete-wiring.js",
"stbx-contract-api": "./stbx-cli-contract-api.js"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/statebox/cli-tool.git"
},
"keywords": [
"statebox",
"commandline"
],
"files": [
"stbx-cli*.js",
"util.js",
"LICENSE",
"package.json",
"NOTICE",
"README.md"
],
"author": "Jelle <[email protected]>",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/statebox/cli-tool/issues"
},
"homepage": "https://github.com/statebox/cli-tool#readme",
"dependencies": {
"@statebox/pnpro.js": "0.2.1",
"@statebox/stbx-js": "0.0.31",
"commander": "^4.1.1",
"get-stdin": "^7.0.0",
"ramda": "^0.27.0",
"zenschnorr": "^1.0.0"
}
}