-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 948 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
38
{
"name": "react-dom-instance",
"version": "2.0.0",
"description": "Get react component instances from a DOM node",
"main": "react-dom-instance.js",
"files": ["react-dom-instance.js"],
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"coverage": "codecov"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arqex/react-dom-instance.git"
},
"keywords": [
"react",
"testing",
"instance",
"dom"
],
"author": "Javier Marquez",
"license": "MIT",
"bugs": {
"url": "https://github.com/arqex/react-dom-instance/issues"
},
"homepage": "https://github.com/arqex/react-dom-instance#readme",
"devDependencies": {
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"@testing-library/react": "^10.0.2",
"babel-jest": "^25.3.0",
"codecov": "^3.6.5",
"jest": "^25.3.0",
"react": "^16.13.1",
"react-dom": "^16.13.1"
}
}