UNPKG

@haechi-labs/henesis-cli

Version:

🚀 Command Line Interface tool to Utilize henesis

127 lines (126 loc) • 3.11 kB
{ "name": "@haechi-labs/henesis-cli", "version": "1.0.0-beta.41", "author": "Haechi Labs Team", "bin": { "henesis": "./bin/run" }, "bugs": "https://github.com/HAECHI-LABS/henesis-cli/issues", "dependencies": { "@oclif/command": "^1.5.13", "@oclif/config": "^1.12.12", "@oclif/plugin-autocomplete": "^0.1.4", "@oclif/plugin-help": "^2.1.6", "@sentry/node": "^5.6.2", "@types/configstore": "^4.0.0", "@types/js-yaml": "^3.12.1", "@types/universal-analytics": "^0.4.2", "class-transformer": "^0.2.0", "cli-ux": "^5.2.1", "configstore": "^4.0.0", "dayjs": "^1.8.19", "find-cache-dir": "^3.0.0", "find-node-modules": "^2.0.0", "form-data": "^2.3.3", "js-yaml": "^3.13.1", "nock": "^11.3.4", "node-fetch": "^2.5.0", "ora": "^3.4.0", "original-require": "^1.0.1", "reflect-metadata": "^0.1.13", "request": "^2.88.0", "request-promise": "^4.2.4", "require-from-string": "^2.0.2", "semver": "^6.0.0", "simple-git": "^1.116.0", "solc": "^0.5.8", "tslib": "^1.9.3", "uid-generator": "^2.0.0", "universal-analytics": "^0.4.20", "wretch": "^1.5.2" }, "devDependencies": { "@oclif/dev-cli": "^1.22.0", "@oclif/test": "^1.2.4", "@types/chai": "^4.1.7", "@types/faker": "^4.1.4", "@types/mocha": "^5.2.6", "@types/node": "^10.14.6", "@types/rimraf": "^2.0.2", "@typescript-eslint/eslint-plugin": "^1.7.0", "@typescript-eslint/parser": "^1.7.0", "chai": "^4.2.0", "cp-cli": "^2.0.0", "eslint": "^5.16.0", "eslint-config-prettier": "^4.2.0", "eslint-plugin-prettier": "^3.0.1", "faker": "^4.1.0", "globby": "^8.0.2", "mocha": "^5.2.0", "mockttp": "^0.14.3", "nyc": "^14.1.0", "prettier": "^1.17.0", "rimraf": "^2.6.3", "ts-node": "^8.2.0", "typescript": "^3.4.3" }, "engines": { "node": ">=10.0.0" }, "files": [ "/bin", "/lib", "/npm-shrinkwrap.json", "/oclif.manifest.json", "/templates" ], "homepage": "https://github.com/HAECHI-LABS/henesis-cli", "keywords": [ "oclif", "blockchain", "ethereum", "cli", "henssis", "SmartContract", "smart constract", "haechi" ], "license": "LGPL3", "main": "lib/index.js", "oclif": { "commands": "./lib/commands", "bin": "henesis", "plugins": [ "@oclif/plugin-help", "@oclif/plugin-autocomplete" ], "hooks": { "init": "./lib/hooks/init/wretch" }, "topics": { "account": { "description": "manage your account" }, "integration": { "description": "manage integrations" }, "node": { "description": "manage trusted nodes" }, "nft": { "description": "manage nft api" } } }, "repository": "HAECHI-LABS/henesis-cli", "scripts": { "tsc": "tsc -b", "postpack": "rm -f oclif.manifest.json", "prepack": "tsc -b && oclif-dev manifest && oclif-dev readme", "test": "export HENESIS_TEST='true' && nyc --extension .ts mocha --forbid-only \"src/**/*.spec.ts\" --timeout 20000", "version": "oclif-dev readme && git add README.md", "lint": "tsc --noEmit && eslint '*/**/*.{js,ts,tsx}' --quiet --fix", "postinstall": "node ./bin/setup.js" }, "types": "lib/index.d.ts" }