-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 983 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
44
45
46
{
"name": "@emphori/jest-preset",
"version": "0.0.5",
"description": "Shareable Jest preset from Emphori",
"keywords": [
"emphori",
"jest",
"jest-preset",
"jest-config"
],
"author": "Emphori (https://emphori.studio)",
"homepage": "https://github.com/Emphori/jest-preset#readme",
"contributors": [
"Iain Reid <[email protected]> (https://chaff.land)"
],
"license": "MIT",
"scripts": {
"lint": "eslint ."
},
"eslintConfig": {
"extends": "@emphori"
},
"peerDependencies": {
"jest": "^24.8.0"
},
"optionalDependencies": {
"ts-jest": "^24.0.2"
},
"devDependencies": {
"@emphori/eslint-config": "^0.1.7",
"eslint": "^6.6.0"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Emphori/jest-preset.git"
},
"bugs": {
"url": "https://github.com/Emphori/jest-preset/issues"
},
"dependencies": {
"glob": "^7.1.6"
}
}