UNPKG

@anycli/example-plugin-ts

Version:
58 lines (57 loc) 1.53 kB
{ "name": "@anycli/example-plugin-ts", "description": "example dxcli plugin in typescript", "version": "0.8.9", "author": "Jeff Dickey @jdxcode", "anycli": { "commands": "./lib/commands", "plugins": [ "@anycli/plugin-help" ] }, "bugs": "https://github.com/anycli/example-plugin-ts/issues", "dependencies": { "@anycli/command": "^0.3.7", "cli-ux": "^3.3.13" }, "devDependencies": { "@anycli/config": "^0.3.0", "@anycli/engine": "^0.2.1", "@anycli/plugin-help": "^0.3.7", "@anycli/test": "^0.10.3", "@anycli/tslint": "^0.2.2", "@types/chai": "^4.1.2", "@types/lodash": "^4.14.100", "@types/mocha": "^2.2.48", "@types/nock": "^9.1.2", "@types/node": "^9.4.0", "@types/node-notifier": "^0.0.28", "@types/read-pkg": "^3.0.0", "chai": "^4.1.2", "concurrently": "^3.5.1", "eslint": "^4.16.0", "eslint-config-anycli": "^1.3.1", "mocha": "^5.0.0", "ts-node": "^4.1.0", "typescript": "^2.7.1" }, "engines": { "node": ">=8.0.0" }, "files": [ "/lib" ], "homepage": "https://github.com/anycli/example-plugin-ts", "keywords": [ "anycli-plugin" ], "license": "MIT", "repository": "anycli/example-plugin-ts", "scripts": { "build": "rm -rf lib && tsc", "lint": "concurrently -p command \"eslint .\" \"tsc -p test --noEmit\" \"tslint -p test\"", "posttest": "yarn run lint", "prepublishOnly": "yarn run build", "test": "mocha --forbid-only \"test/**/*.test.ts\"" } }