UNPKG

@oclif/example-multi-ts

Version:

example multi-command CLI built with typescript

63 lines (62 loc) 1.64 kB
{ "name": "@oclif/example-multi-ts", "description": "example multi-command CLI built with typescript", "version": "1.4.10", "author": "Jeff Dickey @jdxcode", "bin": { "example-multi-ts": "./bin/run" }, "bugs": "https://github.com/oclif/example-multi-ts/issues", "dependencies": { "@oclif/command": "^1.4.2", "@oclif/config": "^1.3.59", "@oclif/dev-cli": "^1.3.1", "@oclif/errors": "^1.0.2", "@oclif/plugin-help": "^1.1.6", "@oclif/test": "^1.0.1", "@types/chai": "^4.1.2", "@types/mocha": "^5.0.0", "@types/node": "^8.10.0", "chai": "^4.1.2", "globby": "^8.0.1", "mocha": "^5.0.4", "ts-node": "^5.0.1", "tslib": "^1.9.0", "typescript": "^2.7.2" }, "devDependencies": {}, "engines": { "node": ">=8.0.0" }, "files": [ ".oclif.manifest.json", "/bin", "/lib" ], "homepage": "https://github.com/oclif/example-multi-ts", "keywords": [ "oclif" ], "license": "MIT", "main": "lib/index.js", "oclif": { "commands": "./lib/commands", "bin": "example-multi-ts", "plugins": [ "@oclif/plugin-help" ] }, "repository": "oclif/example-multi-ts", "scripts": { "build": "rm -rf lib && tsc", "clean": "rm -f .oclif.manifest.json", "lint": "tsc -p test --noEmit", "postpublish": "npm run clean", "posttest": "npm run lint", "prepublishOnly": "npm run build && oclif-dev manifest && oclif-dev readme", "preversion": "npm run clean", "test": "mocha --forbid-only \"test/**/*.test.ts\"", "version": "oclif-dev readme && git add README.md" }, "types": "lib/index.d.ts" }