UNPKG

1.67 kBJSONView Raw
1{
2 "name": "@anycli/cli",
3 "description": "anycli: create your own CLI",
4 "version": "0.32.12",
5 "author": "Jeff Dickey @jdxcode",
6 "bin": {
7 "anycli": "bin/run"
8 },
9 "bugs": "https://github.com/anycli/cli/issues",
10 "dependencies": {
11 "@anycli/command": "^0.3.3",
12 "@anycli/config": "^0.2.11",
13 "@anycli/engine": "^0.1.42",
14 "@anycli/version": "^0.1.19",
15 "cli-ux": "^3.3.12",
16 "debug": "^3.1.0",
17 "fixpack": "^2.3.1",
18 "lodash": "^4.17.4",
19 "sort-pjson": "^1.0.2",
20 "yeoman-environment": "^2.0.5",
21 "yeoman-generator": "^2.0.2",
22 "yosay": "^2.0.1"
23 },
24 "devDependencies": {
25 "@anycli/tslint": "^0.2.1",
26 "@types/lodash": "^4.14.100",
27 "@types/read-pkg": "^3.0.0",
28 "@types/shelljs": "^0.7.8",
29 "@types/yeoman-generator": "^2.0.1",
30 "@types/yosay": "^0.0.29",
31 "chai": "^4.1.2",
32 "eslint": "^4.16.0",
33 "eslint-config-anycli": "^1.3.1",
34 "execa": "^0.9.0",
35 "fancy-test": "^0.6.6",
36 "fs-extra": "^5.0.0",
37 "mocha": "^5.0.0",
38 "npm-run-path": "^2.0.2",
39 "nps": "^5.7.1",
40 "nps-utils": "^1.5.0",
41 "shelljs": "^0.8.1",
42 "tmp": "^0.0.33",
43 "ts-node": "^4.1.0",
44 "typescript": "^2.7.1"
45 },
46 "anycli": {
47 "commands": "./lib/commands",
48 "plugins": [
49 "@anycli/version"
50 ]
51 },
52 "engines": {
53 "node": ">=8.0.0"
54 },
55 "files": [
56 "/bin",
57 "/lib",
58 "/templates"
59 ],
60 "homepage": "https://github.com/anycli/cli",
61 "keywords": [
62 "anycli"
63 ],
64 "license": "MIT",
65 "main": "lib/index.js",
66 "repository": "anycli/cli",
67 "scripts": {
68 "prepublishOnly": "nps build",
69 "test": "nps test -l warn"
70 },
71 "types": "lib/index.d.ts"
72}