-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
41 lines (41 loc) · 900 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
{
"name": "@moxy/jest-config-base",
"description": "MOXY's Jest base configuration",
"version": "6.1.0",
"files": [
"lib",
"environments",
"!**/*.test.js",
"!**/__snapshots__"
],
"keywords": [
"jest-config",
"jestconfig",
"jest",
"test",
"preset"
],
"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": {
"@babel/core": "^7.0.0",
"babel-jest": "^26.0.0",
"ci-info": "^3.0.0",
"jest-config": "^26.0.0",
"jest-serializer-path": "^0.1.15",
"jest-watch-typeahead": "^0.6.1",
"json5": "^2.2.0"
},
"peerDependencies": {
"jest": ">= 24.9.0 <= 26"
},
"publishConfig": {
"access": "public"
}
}