-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 847 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
{
"name": "query-extensions",
"version": "0.0.4",
"description": "Extensions to the core @testing-library query API",
"main": "src/index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tjefferson08/query-extensions.git"
},
"keywords": [
"testing-library",
"queries",
"extensions",
"get",
"find",
"query"
],
"author": "Travis Jefferson",
"license": "MIT",
"bugs": {
"url": "https://github.com/tjefferson08/query-extensions/issues"
},
"homepage": "https://github.com/tjefferson08/query-extensions#readme",
"dependencies": {},
"devDependencies": {
"@testing-library/dom": "^7.24.2",
"@testing-library/jest-dom": "^5.11.4",
"jest": "^26.4.2"
},
"peerDependencies": {
"@testing-library/dom": "^7.24.2"
}
}