UNPKG

@completium/completium-cli

Version:
64 lines (63 loc) 1.77 kB
{ "name": "@completium/completium-cli", "version": "1.0.27", "description": "Completium CLI", "type": "module", "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": "^21.0.0", "@taquito/michelson-encoder": "^21.0.0", "@taquito/signer": "^21.0.0", "@taquito/taquito": "^21.0.0", "@taquito/utils": "^21.0.0", "arg": "^4.1.3", "bignumber.js": "^9.0.1", "bip39": "3.0.4", "enquirer": "^2.3.6", "execa": "^4.0.3", "fractional": "^1.0.0", "glob": "7.2.3", "inquirer": "^7.3.3", "keccak": "^3.0.2", "minimatch": ">=3.0.5", "node-fetch": "^3.3.2", "pkg-install": "^1.0.0", "tmp": "^0.2.1" } }