UNPKG

@anycli/dev-cli

Version:
68 lines (67 loc) 1.78 kB
{ "name": "@anycli/dev-cli", "description": "helpers for anycli CLIs", "version": "0.3.9", "author": "Jeff Dickey @jdxcode", "anycli": { "commands": "./lib/commands", "bin": "anycli-dev", "plugins": [ "@anycli/plugin-help" ] }, "bin": { "anycli-dev": "./bin/run" }, "bugs": "https://github.com/anycli/dev-cli/issues", "dependencies": { "@anycli/command": "^1.2.19", "@anycli/config": "^1.3.44", "@anycli/errors": "^0.2.2", "@anycli/plugin-help": "^0.7.2", "lodash.template": "^4.4.0", "normalize-package-data": "^2.4.0", "require-resolve": "^0.0.2" }, "devDependencies": { "@anycli/plugin-legacy": "^0.1.3", "@anycli/test": "^0.10.15", "@anycli/tslint": "^0.2.7", "@types/chai": "^4.1.2", "@types/fs-extra": "^5.0.0", "@types/lodash.template": "^4.4.3", "@types/mocha": "^2.2.48", "@types/node": "^9.4.1", "chai": "^4.1.2", "concurrently": "^3.5.1", "fs-extra": "^5.0.0", "globby": "^7.1.1", "mocha": "^5.0.0", "ts-node": "^4.1.0", "typescript": "^2.7.1" }, "engines": { "node": ">=8.0.0" }, "files": [ ".anycli.manifest.json", "/bin", "/lib" ], "homepage": "https://github.com/anycli/dev-cli", "keywords": [ "anycli" ], "license": "MIT", "main": "lib/index.js", "repository": "anycli/dev-cli", "scripts": { "build": "rm -rf lib && tsc", "lint": "concurrently -p command \"tsc -p test --noEmit\" \"tslint -p test -t stylish\"", "postpublish": "rm .anycli.manifest.json", "posttest": "yarn run lint", "prepublishOnly": "yarn run build && node ./bin/run manifest && node ./bin/run readme", "test": "mocha --forbid-only \"test/**/*.test.ts\"" }, "types": "lib/index.d.ts" }