UNPKG

1.62 kBJSONView Raw
1{
2 "name": "@merryjs/cli",
3 "version": "1.6.2",
4 "description": "A cli for everything ❤️",
5 "license": "MIT",
6 "repository": "bang88/merry-cli",
7 "author": "bang <sqibang@gmail.com> github.com/bang88 ",
8 "bin": {
9 "merry": "lib/cli.js"
10 },
11 "engines": {
12 "node": ">=6"
13 },
14 "scripts": {
15 "test": "npm run lint && ava --verbose",
16 "pretest": "tsc",
17 "lint": "tslint --project ./tsconfig.json --fix",
18 "start": "tsc -w",
19 "prepublishOnly": "tsc",
20 "precommit": "pretty-quick --staged"
21 },
22 "typings": "index.d.ts",
23 "keywords": ["cli-app", "cli", "merry", "merryjs-cli"],
24 "dependencies": {
25 "chalk": "^2.3.1",
26 "change-case": "^3.0.2",
27 "check-dependencies": "^1.1.0",
28 "colors": "^1.1.2",
29 "commander": "^2.14.1",
30 "debug": "^3.1.0",
31 "diff": "^3.4.0",
32 "execa": "^0.10.0",
33 "fs-extra": "^5.0.0",
34 "global-dirs": "^0.1.1",
35 "handlebars": "^4.0.11",
36 "handlebars-helpers": "^0.10.0",
37 "inquirer": "^5.1.0",
38 "inquirer-autocomplete-prompt": "^0.12.2",
39 "ora": "^2.0.0",
40 "pkg-conf": "^2.1.0",
41 "pkg-up": "^2.0.0",
42 "prettier": "^1.11.0",
43 "requireg": "^0.1.7",
44 "resolve-pkg": "^1.0.0",
45 "tslib": "^1.9.0"
46 },
47 "devDependencies": {
48 "@types/debug": "^0.0.30",
49 "@types/diff": "^3.2.2",
50 "@types/fs-extra": "^5.0.1",
51 "@types/handlebars": "^4.0.36",
52 "@types/inquirer": "^0.0.40",
53 "@types/node": "^9.4.6",
54 "@types/prettier": "^1.10.0",
55 "ava": "^0.25.0",
56 "husky": "^0.14.3",
57 "pretty-quick": "^1.4.1",
58 "ts-node": "^5.0.0",
59 "tslint": "^5.9.1",
60 "typescript": "^2.8.1"
61 }
62}