UNPKG

765 BJSONView Raw
1{
2 "name": "pretty-quick",
3 "version": "3.2.0",
4 "description": "Get Pretty Quick",
5 "repository": "prettier/pretty-quick",
6 "author": "Lucas Azzola <@azz>",
7 "license": "MIT",
8 "engines": {
9 "node": ">=10.13"
10 },
11 "bin": "dist/cli.js",
12 "main": "dist/index.js",
13 "module": "dist/index.esm.mjs",
14 "types": "dist/index.d.ts",
15 "files": [
16 "bin",
17 "dist",
18 "img"
19 ],
20 "keywords": [
21 "git",
22 "mercurial",
23 "hg",
24 "prettier",
25 "pretty-quick",
26 "formatting",
27 "code",
28 "vcs",
29 "precommit"
30 ],
31 "peerDependencies": {
32 "prettier": "^2.0.0"
33 },
34 "dependencies": {
35 "chalk": "^4.1.2",
36 "execa": "^4.1.0",
37 "find-up": "^4.1.0",
38 "ignore": "^5.3.0",
39 "mri": "^1.2.0",
40 "multimatch": "^5.0.0"
41 }
42}
\No newline at end of file