-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
31 lines (31 loc) · 912 Bytes
/
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
{
"name": "jest-webpack-resolver",
"version": "0.3.0",
"description": "It is a jest plugin for enchanging jest resolving behaviour to webpack resolver through the webpack.config.js",
"repository": {
"type": "git",
"url": "https://github.com/mkg0/jest-webpack-resolver"
},
"main": "index.js",
"scripts": {
"test": "jest && jest --config=jest.test2.config.js && jest --config=jest.test3.config.js && jest --config=jest.test4.config.json",
"prettier": "node_modules/.bin/prettier *.js --write"
},
"author": "mkg0",
"license": "MIT",
"devDependencies": {
"directory-named-webpack-plugin": "^2.3.0",
"jest": "^22.4.2",
"prettier": "^1.4.4",
"webpack": "^4.1.0"
},
"dependencies": {
"chalk": "^2.0.1",
"command-line-args": "^5.0.2",
"enhanced-resolve": "^4.0.0",
"pkg-dir": "^2.0.0"
},
"peerDependencies": {
"jest": ">= 20.0.0"
}
}