.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / prettier-eslint / package.json
1 {
2   "name": "prettier-eslint",
3   "version": "12.0.0",
4   "description": "Formats your JavaScript using prettier followed by eslint --fix",
5   "main": "dist/index.js",
6   "scripts": {
7     "start": "nps",
8     "test": "nps test",
9     "precommit": "opt --in pre-commit --exec \"npm start validate\""
10   },
11   "files": [
12     "dist"
13   ],
14   "keywords": [],
15   "author": "Kent C. Dodds <kent@doddsfamily.us> (http://kentcdodds.com/)",
16   "maintainers": [
17     "Simon Fridlund <simon@fridlund.email>"
18   ],
19   "license": "MIT",
20   "dependencies": {
21     "@typescript-eslint/parser": "^3.0.0",
22     "common-tags": "^1.4.0",
23     "dlv": "^1.1.0",
24     "eslint": "^7.9.0",
25     "indent-string": "^4.0.0",
26     "lodash.merge": "^4.6.0",
27     "loglevel-colored-level-prefix": "^1.0.0",
28     "prettier": "^2.0.0",
29     "pretty-format": "^23.0.1",
30     "require-relative": "^0.8.7",
31     "typescript": "^3.9.3",
32     "vue-eslint-parser": "~7.1.0"
33   },
34   "devDependencies": {
35     "@babel/cli": "^7.4.4",
36     "@babel/core": "^7.4.5",
37     "@babel/preset-env": "^7.4.5",
38     "acorn": "^6.1.1",
39     "ajv": "^6.12.2",
40     "all-contributors-cli": "^6.7.0",
41     "babel-jest": "^25.0.0",
42     "chalk": "^2.1.0",
43     "eslint-config-kentcdodds": "~16.0.1",
44     "husky": "^2.4.1",
45     "jest": "^25.0.0",
46     "jest-cli": "^25.0.0",
47     "nps": "^5.7.1",
48     "nps-utils": "^1.3.0",
49     "opt-cli": "^1.5.2",
50     "prettier-eslint-cli": "^5.0.0",
51     "rimraf": "^2.5.4",
52     "semantic-release": "^15.13.16",
53     "strip-indent": "^3.0.0"
54   },
55   "engines": {
56     "node": ">=10.0.0"
57   },
58   "repository": {
59     "type": "git",
60     "url": "https://github.com/prettier/prettier-eslint.git"
61   },
62   "bugs": {
63     "url": "https://github.com/prettier/prettier-eslint/issues"
64   },
65   "homepage": "https://github.com/prettier/prettier-eslint#readme"
66 }