-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
44 lines (44 loc) · 1.08 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "prettier-webpack-plugin",
"version": "1.1.1",
"description": "Automatically process your source files with Prettier when bundling via Webpack",
"main": "index.js",
"scripts": {
"test": "jest",
"ac:add": "all-contributors add",
"ac:generate": "all-contributors generate"
},
"jest": {
"testEnvironment": "node",
"testPathIgnorePatterns": [
"sample-code.js"
]
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/hawkins/prettier-webpack-plugin.git"
},
"keywords": [
"prettier",
"webpack",
"plugin"
],
"author": "Josh Hawkins <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hawkins/prettier-webpack-plugin/issues"
},
"homepage": "https://github.com/hawkins/prettier-webpack-plugin#readme",
"peerDependencies": {
"prettier": "^1.0.0",
"webpack": "^4.2.0"
},
"devDependencies": {
"all-contributors-cli": "5.4.1",
"jest": "^23.6.0",
"prettier": "1.14.3",
"uuid": "3.3.2",
"webpack": "4.23.0",
"jest-cli": "^23.6.0"
}
}