UNPKG

@oclif/dev-cli

Version:
69 lines (68 loc) 1.8 kB
{ "name": "@oclif/dev-cli", "description": "helpers for oclif CLIs", "version": "1.0.1", "author": "Jeff Dickey @jdxcode", "bin": { "oclif-dev": "./bin/run" }, "bugs": "https://github.com/oclif/dev-cli/issues", "dependencies": { "@oclif/command": "^1.2.22", "@oclif/config": "^1.3.45", "@oclif/errors": "^1.0.1", "@oclif/plugin-help": "^1.0.0", "lodash.template": "^4.4.0", "normalize-package-data": "^2.4.0", "require-resolve": "^0.0.2" }, "devDependencies": { "@oclif/plugin-legacy": "^1.0.0", "@oclif/test": "^1.0.0", "@oclif/tslint": "^1.0.0", "@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": "^8.0.0", "mocha": "^5.0.0", "ts-node": "^4.1.0", "tslint": "^5.9.1", "typescript": "^2.7.1" }, "engines": { "node": ">=8.0.0" }, "files": [ ".oclif.manifest.json", "/bin", "/lib" ], "homepage": "https://github.com/oclif/dev-cli", "keywords": [ "oclif" ], "license": "MIT", "main": "lib/index.js", "oclif": { "commands": "./lib/commands", "bin": "oclif-dev", "plugins": [ "@oclif/plugin-help" ] }, "repository": "oclif/dev-cli", "scripts": { "build": "rm -rf lib && tsc", "lint": "concurrently -p command \"tsc -p test --noEmit\" \"tslint -p test -t stylish\"", "postpublish": "rm .oclif.manifest.json", "posttest": "yarn run lint", "prepublishOnly": "yarn run build && node ./bin/run manifest && node ./bin/run readme && git add README.md", "test": "mocha --forbid-only \"test/**/*.test.ts\"" }, "types": "lib/index.d.ts" }