@titan-suite/cli
Version:
The complete smart contract development tool
87 lines (86 loc) • 2.21 kB
JSON
{
"name": "@titan-suite/cli",
"description": "The complete smart contract development tool",
"version": "0.2.4",
"bin": {
"titan": "./bin/run"
},
"bugs": "https://github.com/titan-suite/cli/issues",
"dependencies": {
"@oclif/command": "^1",
"@oclif/config": "^1",
"@oclif/plugin-help": "^2",
"@titan-suite/core": "github:titan-suite/core",
"@types/inquirer": "^0.0.42",
"@types/mkdirp": "^0.5.2",
"@types/node-notifier": "^0.0.28",
"aion-web3": "^1.1.0",
"chalk": "^2.4.1",
"child_process": "^1.0.2",
"cli-ux": "^4.8.0",
"download-git-repo": "^1.0.2",
"global": "^4.3.2",
"inquirer": "^6.1.0",
"mkdirp": "^0.5.1",
"mocha": "^5.2.0",
"node-notifier": "^5.2.1",
"path": "^0.12.7",
"repl": "^0.1.3",
"aion-solc": "github:tojen/solc-js#aion_emscripten",
"solhint": "^1.2.1",
"tslib": "^1"
},
"devDependencies": {
"@oclif/dev-cli": "^1",
"@oclif/test": "^1",
"@oclif/tslint": "^1",
"@types/chai": "^4",
"@types/mocha": "^5.2.5",
"@types/node": "^10.5.8",
"chai": "^4",
"globby": "^8",
"nyc": "^12",
"ts-node": "^6",
"tslint": "^5",
"typescript": "^3.2.2"
},
"engines": {
"node": ">=8.0.0"
},
"files": [
"/bin",
"/lib",
"/npm-shrinkwrap.json",
"/oclif.manifest.json"
],
"homepage": "https://titan-suite.com",
"keywords": [
"blockchain",
"titan-suite",
"titan",
"aion",
"smart contract",
"developer tools",
"oclif",
"cli"
],
"license": "Apache-2.0",
"main": "lib/index.js",
"oclif": {
"commands": "./lib/commands",
"bin": "titan",
"plugins": [
"@oclif/plugin-help"
]
},
"repository": "https://github.com/titan-suite/cli",
"scripts": {
"postpack": "rm -f oclif.manifest.json npm-shrinkwrap.json",
"posttest": "tsc -p test --noEmit && tslint -p test -t stylish",
"prepack": "rm -rf lib && tsc && oclif-dev manifest && oclif-dev readme && npm shrinkwrap",
"prepare": "rm -rf lib && tsc",
"test": "nyc mocha --forbid-only \"test/**/*.test.ts\"",
"version": "oclif-dev readme && git add README.md"
},
"types": "lib/index.d.ts"
}