UNPKG

2.04 kBJSONView Raw
1{
2 "name": "@anycli/plugin-plugins",
3 "description": "plugins plugin for anycli",
4 "version": "0.2.4",
5 "author": "Jeff Dickey @jdxcode",
6 "anycli": {
7 "commands": "./lib/commands",
8 "plugins": "./lib/load",
9 "pluginScope": "heroku-cli",
10 "devPlugins": [
11 "@anycli/plugin-version",
12 "@anycli/plugin-help"
13 ]
14 },
15 "bugs": "https://github.com/anycli/plugin-plugins/issues",
16 "dependencies": {
17 "@anycli/command": "^0.3.6",
18 "@anycli/manifest-file": "^0.3.8",
19 "@heroku-cli/color": "^1.1.3",
20 "chalk": "^2.3.0",
21 "cli-ux": "^3.3.12",
22 "debug": "^3.1.0",
23 "fs-extra": "^5.0.0",
24 "http-call": "^5.0.2",
25 "lodash": "^4.17.4",
26 "npm-run-path": "^2.0.2",
27 "tslib": "^1.9.0",
28 "yarn": "^1.3.2"
29 },
30 "devDependencies": {
31 "@anycli/config": "^0.2.11",
32 "@anycli/engine": "^0.2.0",
33 "@anycli/plugin-help": "^0.3.7",
34 "@anycli/plugin-version": "^0.1.20",
35 "@anycli/test": "^0.10.3",
36 "@anycli/tslint": "^0.2.2",
37 "@types/chai": "^4.1.2",
38 "@types/fs-extra": "^5.0.0",
39 "@types/lodash": "^4.14.100",
40 "@types/mocha": "^2.2.48",
41 "@types/nock": "^9.1.2",
42 "@types/node": "^9.4.0",
43 "@types/node-notifier": "^0.0.28",
44 "@types/read-pkg": "^3.0.0",
45 "@types/supports-color": "^3.1.0",
46 "chai": "^4.1.2",
47 "concurrently": "^3.5.1",
48 "eslint": "^4.16.0",
49 "eslint-config-anycli": "^1.3.1",
50 "mocha": "^5.0.0",
51 "ts-node": "^4.1.0",
52 "typescript": "^2.7.1"
53 },
54 "engines": {
55 "node": ">=8.0.0"
56 },
57 "files": [
58 "/lib"
59 ],
60 "homepage": "https://github.com/anycli/plugin-plugins",
61 "keywords": [
62 "anycli-plugin"
63 ],
64 "license": "MIT",
65 "main": "lib/index.js",
66 "repository": "anycli/plugin-plugins",
67 "scripts": {
68 "build": "rm -rf lib && tsc",
69 "lint": "concurrently -p command \"eslint .\" \"tsc -p test --noEmit\" \"tslint -p test\"",
70 "posttest": "yarn run lint",
71 "prepublishOnly": "yarn run build",
72 "test": "mocha --forbid-only \"test/**/*.test.ts\""
73 },
74 "types": "lib/index.d.ts"
75}