UNPKG

create-oclif

Version:

oclif: create your own CLI

84 lines (83 loc) 2.13 kB
{ "name": "create-oclif", "description": "oclif: create your own CLI", "version": "1.8.0", "author": "Jeff Dickey @jdxcode", "bin": "./bin/run", "bugs": "https://github.com/oclif/oclif/issues", "dependencies": { "@oclif/command": "^1.4.32", "@oclif/config": "^1.6.27", "@oclif/errors": "^1.1.2", "@oclif/plugin-help": "^2.0.4", "@oclif/plugin-not-found": "^1.0.9", "@oclif/plugin-warn-if-update-available": "^1.3.9", "debug": "^3.1.0", "fixpack": "^2.3.1", "lodash": "^4.17.10", "nps-utils": "^1.5.0", "sort-pjson": "^1.0.2", "tslib": "^1.9.2", "yeoman-environment": "^2.2.0", "yeoman-generator": "^2.0.5", "yosay": "^2.0.2" }, "devDependencies": { "@oclif/dev-cli": "^1.13.30", "@oclif/tslint": "^1.1.2", "@types/lodash": "^4.14.109", "@types/read-pkg": "^3.0.0", "@types/shelljs": "^0.8.0", "@types/yeoman-generator": "^2.0.3", "@types/yosay": "^0.0.29", "chai": "^4.1.2", "eslint": "^4.19.1", "eslint-config-oclif": "^1.5.1", "execa": "^0.10.0", "fancy-test": "^1.1.4", "fs-extra": "^6.0.1", "globby": "^8.0.1", "mocha": "^5.2.0", "npm-run-path": "^2.0.2", "nps": "^5.9.0", "shelljs": "^0.8.2", "tmp": "^0.0.33", "ts-node": "^6.0.5", "tslint": "^5.10.0", "typescript": "^2.9.1" }, "engines": { "node": ">=8.0.0" }, "files": [ ".oclif.manifest.json", "/bin", "/lib", "/templates" ], "homepage": "https://github.com/oclif/oclif", "keywords": [ "oclif" ], "license": "MIT", "main": "lib/index.js", "oclif": { "commands": "./lib/commands", "plugins": [ "@oclif/plugin-help", "@oclif/plugin-warn-if-update-available", "@oclif/plugin-not-found" ], "bin": "oclif" }, "repository": "oclif/oclif", "scripts": { "lint": "nps lint", "postpack": "rm .oclif.manifest.json", "posttest": "yarn run lint", "prepack": "rm -rf lib && tsc && oclif-dev manifest", "version": "oclif-dev readme && git add README.md", "test": "nps test" }, "types": "lib/index.d.ts" }