-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
43 lines (43 loc) · 941 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
39
40
41
42
43
{
"name": "@moxy/jest-config-testing-library",
"description": "MOXY's Jest configuration enhancer for RTL and NTL",
"version": "6.1.0",
"files": [
"lib",
"!**/__mocks__",
"!**/*.test.js",
"!**/__snapshots__"
],
"keywords": [
"jest-config",
"jestconfig",
"jest",
"test",
"preset",
"rtl",
"rntl",
"testing-library",
"react-native"
],
"author": "João Silva <[email protected]>",
"homepage": "https://github.com/moxystudio/jest-config",
"repository": {
"type": "git",
"url": "[email protected]:moxystudio/jest-config.git"
},
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"@testing-library/jest-dom": "^5.0.0",
"@testing-library/jest-native": "^4.0.0"
},
"devDependencies": {
"@moxy/jest-config-base": "^6.1.0"
},
"peerDependencies": {
"jest": ">= 24.9.0 <= 26"
},
"publishConfig": {
"access": "public"
}
}