-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
63 lines (63 loc) · 1.73 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
60
61
62
63
{
"name": "@completium/completium-cli",
"version": "1.0.26",
"description": "Completium CLI",
"main": "./src/completium.js",
"module": "./src/completium.js",
"exports": {
"require": "./src/completium.js",
"import": "./src/completium.js"
},
"bin": {
"@completium/completium-cli": "bin/completium-cli",
"completium-cli": "bin/completium-cli"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "node ./test/test_deploy_call_fail.js",
"postpublish": "PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag v$PACKAGE_VERSION && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/completium/completium-cli.git"
},
"keywords": [
"cli",
"completium-cli",
"tezos",
"archetype",
"smart-contract",
"dapp"
],
"author": "completium",
"license": "MIT",
"bugs": {
"url": "https://github.com/completium/completium-cli/issues"
},
"homepage": "https://github.com/completium/completium-cli#readme",
"dependencies": {
"@completium/archetype": "1.0.5",
"@completium/archetype-binder-ts": "^0.1.16",
"@taquito/michel-codec": "^20.1.0",
"@taquito/michelson-encoder": "^20.1.0",
"@taquito/signer": "^20.1.0",
"@taquito/taquito": "^20.1.0",
"@taquito/utils": "^20.1.0",
"arg": "^4.1.3",
"bignumber.js": "^9.0.1",
"bip39": "3.0.4",
"enquirer": "^2.3.6",
"esm": "^3.2.25",
"execa": "^4.0.3",
"fractional": "^1.0.0",
"glob": "7.2.3",
"inquirer": "^7.3.3",
"keccak": "^3.0.2",
"minimatch": ">=3.0.5",
"pkg-install": "^1.0.0",
"request": "^2.88.2",
"tmp": "^0.2.1"
}
}