UNPKG

1.94 kBJSONView Raw
1{
2 "name": "@anycli/plugin-plugins",
3 "description": "plugins plugin for anycli",
4 "version": "0.2.12",
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.6",
16 "@heroku-cli/color": "^1.1.3",
17 "chalk": "^2.3.0",
18 "cli-ux": "^3.3.16",
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.2.3",
30 "@anycli/dev-cli": "^0.1.6",
31 "@anycli/plugin-help": "^0.6.3",
32 "@anycli/test": "^0.10.11",
33 "@anycli/tslint": "^0.2.5",
34 "@types/chai": "^4.1.2",
35 "@types/fs-extra": "^5.0.0",
36 "@types/load-json-file": "^2.0.7",
37 "@types/mocha": "^2.2.48",
38 "@types/node": "^9.4.0",
39 "@types/semver": "^5.5.0",
40 "@types/supports-color": "^3.1.0",
41 "chai": "^4.1.2",
42 "concurrently": "^3.5.1",
43 "fancy-test": "^1.0.1",
44 "globby": "^7.1.1",
45 "mocha": "^5.0.0",
46 "ts-node": "^4.1.0",
47 "typescript": "^2.7.1"
48 },
49 "engines": {
50 "node": ">=8.0.0"
51 },
52 "files": [
53 ".anycli.manifest.json",
54 "/lib"
55 ],
56 "homepage": "https://github.com/anycli/plugin-plugins",
57 "keywords": [
58 "anycli-plugin"
59 ],
60 "license": "MIT",
61 "main": "lib/index.js",
62 "repository": "anycli/plugin-plugins",
63 "scripts": {
64 "build": "rm -rf lib && tsc",
65 "lint": "concurrently -p command \"tsc -p test --noEmit\" \"tslint -p test\"",
66 "postpublish": "rm .anycli.manifest.json",
67 "posttest": "yarn run lint",
68 "prepublishOnly": "yarn run build && anycli-dev manifest",
69 "test": "mocha --forbid-only \"test/**/*.test.ts\""
70 },
71 "types": "lib/index.d.ts"
72}