UNPKG

1.98 kBJSONView Raw
1{
2 "name": "@anycli/plugin-plugins",
3 "description": "plugins plugin for anycli",
4 "version": "0.2.15",
5 "author": "Jeff Dickey @jdxcode",
6 "anycli": {
7 "commands": "./lib/commands",
8 "scope": "heroku-cli",
9 "devPlugins": [
10 "@anycli/plugin-help"
11 ]
12 },
13 "bugs": "https://github.com/anycli/plugin-plugins/issues",
14 "dependencies": {
15 "@anycli/command": "^1.2.18",
16 "@heroku-cli/color": "^1.1.3",
17 "chalk": "^2.3.0",
18 "cli-ux": "^3.3.18",
19 "debug": "^3.1.0",
20 "fs-extra": "^5.0.0",
21 "http-call": "^5.0.2",
22 "load-json-file": "^4.0.0",
23 "npm-run-path": "^2.0.2",
24 "semver": "^5.5.0",
25 "tslib": "^1.9.0",
26 "yarn": "^1.3.2"
27 },
28 "devDependencies": {
29 "@anycli/config": "^1.3.41",
30 "@anycli/dev-cli": "^0.3.8",
31 "@anycli/errors": "^0.2.1",
32 "@anycli/plugin-help": "^0.7.1",
33 "@anycli/test": "^0.10.15",
34 "@anycli/tslint": "^0.2.7",
35 "@types/chai": "^4.1.2",
36 "@types/fs-extra": "^5.0.0",
37 "@types/load-json-file": "^2.0.7",
38 "@types/mocha": "^2.2.48",
39 "@types/node": "^9.4.1",
40 "@types/semver": "^5.5.0",
41 "@types/supports-color": "^3.1.0",
42 "chai": "^4.1.2",
43 "concurrently": "^3.5.1",
44 "fancy-test": "^1.0.1",
45 "globby": "^7.1.1",
46 "mocha": "^5.0.0",
47 "ts-node": "^4.1.0",
48 "typescript": "^2.7.1"
49 },
50 "engines": {
51 "node": ">=8.0.0"
52 },
53 "files": [
54 ".anycli.manifest.json",
55 "/lib"
56 ],
57 "homepage": "https://github.com/anycli/plugin-plugins",
58 "keywords": [
59 "anycli-plugin"
60 ],
61 "license": "MIT",
62 "main": "lib/index.js",
63 "repository": "anycli/plugin-plugins",
64 "scripts": {
65 "build": "rm -rf lib && tsc",
66 "lint": "concurrently -p command \"tsc -p test --noEmit\" \"tslint -p test\"",
67 "postpublish": "rm .anycli.manifest.json",
68 "posttest": "yarn run lint",
69 "prepublishOnly": "yarn run build && anycli-dev manifest",
70 "test": "mocha --forbid-only \"test/**/*.test.ts\""
71 },
72 "types": "lib/index.d.ts"
73}