-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·39 lines (39 loc) · 1.14 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
{
"name": "@theholocron/bundlewatch-config",
"homepage": "https://github.com/the-holocron/threepio/tree/master/packages/bundlewatch-config#readme",
"description": "A Bundlewatch configuration for monitoring the file size of libraries in the Galaxy.",
"author": "Newton Koumantzelis",
"version": "0.3.1",
"main": "index.js",
"files": [
"bundlewatch.css.config.json",
"bundlewatch.config.json",
"index.js"
],
"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": "@theholocron/jest-preset"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"lint": "eslint .",
"test": "jest --coverage"
},
"dependencies": {
"bundlesize": "^0.18.0",
"bundlewatch": "^0.3.2"
},
"devDependencies": {
"@theholocron/eslint-config": "file:../eslint-config",
"@theholocron/jest-preset": "file:../jest-preset"
}
}