UNPKG

@nexex/cli

Version:
107 lines (106 loc) 2.56 kB
{ "name": "@nexex/cli", "version": "0.10.7", "bin": { "nexex-cli": "./bin/run" }, "keywords": [ "oclif", "nexex", "ethereum", "erc20", "exchange", "decentralize" ], "bugs": "https://github.com/NexexBuilder/nexex-mono/issues", "dependencies": { "@nexex/orderbook": "^0.11.5", "@nexex/orderbook-client": "^0.10.2", "@oclif/command": "^1", "@oclif/config": "^1", "@oclif/plugin-help": "^2", "axios": "^0.19.0", "chalk": "^2.4.2", "cli-table3": "^0.5.1", "cosmiconfig": "^5.2.0", "ethers": "^4.0.27", "express": "^4.17.1", "flat": "^4.1.0", "handlebars": "^4.1.2", "js-yaml": "^3.13.0", "lodash": "^4.17.11", "mongodb-prebuilt": "^6.5.0", "npm-which": "^3.0.1", "open": "^6.4.0", "pm2": "^3.4.1", "prompts": "^2.0.4", "tslib": "^1" }, "devDependencies": { "@nexex/web": "^0.10.3", "@oclif/dev-cli": "^1", "@oclif/tslint": "^3", "@types/flat": "^0.0.28", "@types/js-yaml": "^3.12.0", "@types/lodash": "^4.14.123", "@types/node": "^10", "cpx": "^1.5.0", "globby": "^8", "rimraf": "^2.6.3", "ts-node": "^8", "tslint": "^5", "typescript": "^3.4.5" }, "engines": { "node": ">=8.0.0" }, "files": [ "/bin", "/lib", "/tpl", "/web-ui", "/yarn.lock", "/oclif.manifest.json", "/config" ], "homepage": "https://github.com/NexexBuilder/nexex-mono/tree/master/packages/cli", "repository": "NexexBuilder/nexex-mono", "author": "NexexBuilder", "license": "Apache-2.0", "main": "lib/index.js", "oclif": { "commands": "./lib/commands", "bin": "nexex-cli", "plugins": [ "@oclif/plugin-help" ], "topics": { "daemon": { "description": "manage a local orderbook service" }, "config": { "description": "config related commands" }, "wallet": { "description": "manage local wallet which will be used to trade" }, "token": { "description": "query and manage your ERC20 tokens" }, "market": { "description": "query, publish and trade ERC20 tokens" } } }, "scripts": { "postpack": "rm -f oclif.manifest.json", "posttest": "tslint -p . -t stylish", "prepack": "tsc -b && node -r tsconfig-paths/register node_modules/.bin/oclif-dev manifest", "test": "echo NO TESTS", "version": "oclif-dev readme && git add README.md" }, "types": "lib/index.d.ts", "publishConfig": { "access": "public" } }