forked from testing-library/which-query
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.23 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
45
46
47
48
49
{
"name": "@testing-library/which-query",
"version": "0.0.0-semantically-released",
"description": "🦩 Which query should I use?",
"main": "dist/index.js",
"keywords": [],
"author": "Ben Monro <[email protected]> (https://github.com/benmonro)",
"license": "MIT",
"engines": {
"node": ">=10",
"npm": ">=6"
},
"repository": {
"type": "git",
"url": "https://github.com/testing-library/which-query"
},
"bugs": {
"url": "https://github.com/testing-library/which-query/issues"
},
"homepage": "https://github.com/testing-library/which-query#readme",
"files": [
"dist"
],
"scripts": {
"build": "webpack",
"lint": "kcd-scripts lint",
"setup": "npm install && npm run validate -s",
"test": "kcd-scripts test",
"test:update": "npm test -- --updateSnapshot --coverage",
"validate": "kcd-scripts validate"
},
"dependencies": {
"@babel/runtime": "^7.10.2",
"@testing-library/dom": "7.7.1",
"crx-bridge": "^2.1.0"
},
"devDependencies": {
"all-contributors-cli": "^6.14.2",
"kcd-scripts": "^6.0.0",
"rollup": "^2.12.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
},
"eslintIgnore": [
"node_modules",
"coverage",
"dist"
]
}