-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·38 lines (38 loc) · 1.02 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
{
"name": "@theholocron/jest-preset",
"homepage": "https://github.com/the-holocron/threepio/tree/master/packages/jest-preset#readme",
"description": "A Jest preset for testing code within the Galaxy.",
"author": "Newton Koumantzelis",
"version": "0.4.0",
"main": "jest-preset.json",
"files": [
"jest-preset.json"
],
"repository": "https://github.com/the-holocron/threepio.git",
"bugs": "https://github.com/the-holocron/threepio/issues",
"releases": "https://github.com/the-holocron/threepio/releases",
"wiki": "https://github.com/the-holocron/threepio/wiki",
"license": "GPL-3.0",
"eslintConfig": {
"extends": "@theholocron"
},
"jest": {
"preset": "./jest-preset.json",
"rootDir": "."
},
"publishConfig": {
"access": "public"
},
"scripts": {
"lint": "eslint .",
"test": "jest --coverage"
},
"dependencies": {
"babel-jest": "26.6.3",
"jest": "25.1.0",
"sass-true": "^5.0.0"
},
"devDependencies": {
"@theholocron/eslint-config": "file:../eslint-config"
}
}