-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 833 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
32
33
34
35
36
37
{
"name": "spy-on-render",
"version": "0.3.1",
"description": "stub react render in jest",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"scripts": {
"test": "jest",
"build": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/atomanyih/spy-on-render.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/atomanyih/spy-on-render/issues"
},
"keywords": [
"jest",
"react"
],
"homepage": "https://github.com/atomanyih/spy-on-render#readme",
"devDependencies": {
"@babel/preset-env": "^7.4.4",
"@babel/preset-react": "^7.0.0",
"babel-jest": "^24.7.1",
"jest": "^24.7.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"rollup": "^1.11.0"
},
"peerDependencies": {
"jest": "24.x"
}
}