UNPKG

668 BJSONView Raw
1{
2 "name": "prettier-check",
3 "version": "2.0.0",
4 "description": "Check that all files match prettier code style.",
5 "license": "MIT",
6 "repository": "hexacta/prettier-check",
7 "author": "pomber <pombopombopombo@gmail.com>",
8 "bin": "cli.js",
9 "engines": {
10 "node": ">=4"
11 },
12 "scripts": {
13 "test": "ava"
14 },
15 "files": [
16 "index.js",
17 "cli.js"
18 ],
19 "keywords": [
20 "prettier",
21 "ci",
22 "check",
23 "lint",
24 "style",
25 "formatter",
26 "code-style"
27 ],
28 "dependencies": {
29 "execa": "^0.6.0"
30 },
31 "devDependencies": {
32 "ava": "^0.17.0",
33 "prettier": "x.x.x"
34 },
35 "peerDependencies": {
36 "prettier": "x.x.x"
37 }
38}