UNPKG

2 kBJSONView Raw
1{
2 "name": "@anycli/engine",
3 "description": "main anycli component",
4 "version": "0.1.29",
5 "author": "Jeff Dickey @jdxcode",
6 "bugs": "https://github.com/anycli/engine/issues",
7 "dependencies": {
8 "@anycli/manifest-file": "^0.2.0",
9 "cli-ux": "^3.3.9",
10 "debug": "^3.1.0",
11 "fs-extra": "^5.0.0",
12 "globby": "^7.1.1",
13 "lodash": "^4.17.4"
14 },
15 "devDependencies": {
16 "@anycli/command": "^0.2.8",
17 "@anycli/config": "^0.2.0",
18 "@anycli/help": "^0.2.3",
19 "@anycli/not-found": "^0.1.5",
20 "@anycli/plugins": "^0.1.7",
21 "@anycli/tslint": "^0.1.3",
22 "@anycli/version": "^0.1.15",
23 "@commitlint/cli": "^6.0.2",
24 "@commitlint/config-conventional": "^6.0.2",
25 "@types/chai": "^4.1.2",
26 "@types/fs-extra": "^5.0.0",
27 "@types/globby": "^6.1.0",
28 "@types/lodash": "^4.14.98",
29 "@types/mocha": "^2.2.47",
30 "@types/nock": "^9.1.2",
31 "@types/node": "^9.4.0",
32 "@types/node-notifier": "^0.0.28",
33 "@types/read-pkg": "^3.0.0",
34 "chai": "^4.1.2",
35 "eslint": "^4.16.0",
36 "eslint-config-anycli": "^1.3.0",
37 "fancy-test": "^0.6.5",
38 "husky": "^0.14.3",
39 "mocha": "^5.0.0",
40 "mocha-junit-reporter": "^1.17.0",
41 "nps": "^5.7.1",
42 "nps-utils": "^1.5.0",
43 "ts-node": "^4.1.0",
44 "typescript": "^2.6.2"
45 },
46 "anycli": {
47 "devPlugins": [
48 "@anycli/help",
49 "@anycli/not-found",
50 "@anycli/version",
51 "@anycli/plugins"
52 ]
53 },
54 "engines": {
55 "node": ">=8.0.0"
56 },
57 "files": [
58 "/lib"
59 ],
60 "homepage": "https://github.com/anycli/engine",
61 "keywords": [
62 "anycli"
63 ],
64 "license": "MIT",
65 "main": "lib/index.js",
66 "peerDependencies": {
67 "@anycli/command": "^0.1.18",
68 "@anycli/config": "^0.1.26"
69 },
70 "repository": "anycli/engine",
71 "scripts": {
72 "commitmsg": "commitlint -x @commitlint/config-conventional -e $GIT_PARAMS",
73 "precommit": "nps lint -l warn",
74 "prepublishOnly": "nps build",
75 "test": "nps test -l warn"
76 },
77 "types": "lib/index.d.ts"
78}