UNPKG

1.68 kBJSONView Raw
1{
2 "name": "@merryjs/cli",
3 "version": "1.9.1",
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": ">=8"
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": [
24 "cli-app",
25 "cli",
26 "merry",
27 "merryjs-cli"
28 ],
29 "dependencies": {
30 "chalk": "^2.3.1",
31 "change-case": "^3.0.2",
32 "check-dependencies": "^1.1.0",
33 "colors": "^1.3.2",
34 "commander": "^2.18.0",
35 "debug": "^4.0.1",
36 "degit": "^2.0.2",
37 "diff": "^3.4.0",
38 "execa": "^1.0.0",
39 "fs-extra": "^7.0.0",
40 "global-dirs": "^0.1.1",
41 "handlebars": "^4.0.12",
42 "handlebars-helpers": "^0.10.0",
43 "inquirer": "^6.2.0",
44 "inquirer-autocomplete-prompt": "^1.0.1",
45 "ora": "^3.0.0",
46 "pkg-conf": "^2.1.0",
47 "pkg-up": "^2.0.0",
48 "prettier": "^1.14.3",
49 "rc": "^1.2.8",
50 "requireg": "0.2.1",
51 "resolve-pkg": "^1.0.0",
52 "tslib": "^1.9.0"
53 },
54 "devDependencies": {
55 "@types/debug": "^0.0.30",
56 "@types/diff": "^3.2.2",
57 "@types/fs-extra": "^5.0.4",
58 "@types/handlebars": "^4.0.39",
59 "@types/inquirer": "^0.0.43",
60 "@types/node": "^10.11.2",
61 "@types/prettier": "^1.13.2",
62 "ava": "^0.25.0",
63 "husky": "^1.0.1",
64 "pretty-quick": "^1.7.0",
65 "ts-node": "^7.0.1",
66 "tslint": "^5.11.0",
67 "typescript": "^3.1.1"
68 }
69}