UNPKG

2.12 kBJSONView Raw
1{
2 "name": "prettier-eslint-cli",
3 "version": "4.2.3",
4 "description": "CLI for prettier-eslint",
5 "main": "dist/no-main.js",
6 "engines": {
7 "node": ">=4"
8 },
9 "bin": {
10 "prettier-eslint": "dist/index.js"
11 },
12 "scripts": {
13 "start": "nps",
14 "test": "nps test",
15 "precommit": "lint-staged && opt --in pre-commit --exec \"npm start validate\""
16 },
17 "files": [
18 "dist"
19 ],
20 "keywords": [],
21 "author": "Kent C. Dodds <kent@doddsfamily.us> (http://kentcdodds.com/)",
22 "license": "MIT",
23 "dependencies": {
24 "arrify": "^1.0.1",
25 "babel-runtime": "^6.23.0",
26 "boolify": "^1.0.0",
27 "camelcase-keys": "^4.1.0",
28 "chalk": "2.1.0",
29 "common-tags": "^1.4.0",
30 "eslint": "^4.5.0",
31 "find-up": "^2.1.0",
32 "get-stdin": "^5.0.1",
33 "glob": "^7.1.1",
34 "ignore": "^3.2.7",
35 "indent-string": "^3.1.0",
36 "lodash.memoize": "^4.1.2",
37 "loglevel-colored-level-prefix": "^1.0.0",
38 "messageformat": "^1.0.2",
39 "prettier-eslint": "^6.4.3",
40 "rxjs": "^5.3.0",
41 "yargs": "8.0.2"
42 },
43 "devDependencies": {
44 "all-contributors-cli": "^4.3.0",
45 "babel-cli": "^6.26.0",
46 "babel-jest": "20.0.3",
47 "babel-plugin-transform-class-properties": "6.24.1",
48 "babel-plugin-transform-object-rest-spread": "6.26.0",
49 "babel-plugin-transform-runtime": "^6.23.0",
50 "babel-preset-env": "^1.6.0",
51 "babel-register": "^6.24.1",
52 "eslint-config-kentcdodds": "^12.4.2",
53 "husky": "0.14.3",
54 "jest-cli": "20.0.4",
55 "lint-staged": "4.0.4",
56 "nps": "^5.1.0",
57 "nps-utils": "^1.2.0",
58 "opt-cli": "^1.5.1",
59 "pify": "3.0.0",
60 "rimraf": "^2.6.1",
61 "semantic-release": "7.0.2",
62 "spawn-command": "0.0.2",
63 "strip-indent": "^2.0.0",
64 "yargs-parser": "7.0.0"
65 },
66 "lint-staged": {
67 "*.+(js|json)": [
68 "node ./dist/index --write",
69 "git add"
70 ]
71 },
72 "repository": {
73 "type": "git",
74 "url": "https://github.com/prettier/prettier-eslint-cli.git"
75 },
76 "bugs": {
77 "url": "https://github.com/prettier/prettier-eslint-cli/issues"
78 },
79 "homepage": "https://github.com/prettier/prettier-eslint-cli#readme"
80}
\No newline at end of file