UNPKG

1.64 kBJSONView Raw
1{
2 "name": "@merryjs/cli",
3 "version": "1.6.3",
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": [
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.1.2",
34 "commander": "^2.14.1",
35 "debug": "^3.1.0",
36 "diff": "^3.4.0",
37 "execa": "^0.10.0",
38 "fs-extra": "^5.0.0",
39 "global-dirs": "^0.1.1",
40 "handlebars": "^4.0.11",
41 "handlebars-helpers": "^0.10.0",
42 "inquirer": "^5.1.0",
43 "inquirer-autocomplete-prompt": "^0.12.2",
44 "ora": "^2.0.0",
45 "pkg-conf": "^2.1.0",
46 "pkg-up": "^2.0.0",
47 "prettier": "^1.11.0",
48 "requireg": "^0.1.7",
49 "resolve-pkg": "^1.0.0",
50 "tslib": "^1.9.0"
51 },
52 "devDependencies": {
53 "@types/debug": "^0.0.30",
54 "@types/diff": "^3.2.2",
55 "@types/fs-extra": "^5.0.1",
56 "@types/handlebars": "^4.0.36",
57 "@types/inquirer": "^0.0.40",
58 "@types/node": "^9.4.6",
59 "@types/prettier": "^1.10.0",
60 "ava": "^0.25.0",
61 "husky": "^0.14.3",
62 "pretty-quick": "^1.4.1",
63 "ts-node": "^5.0.0",
64 "tslint": "^5.9.1",
65 "typescript": "^2.8.1"
66 }
67}