-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
executable file
·39 lines (39 loc) · 1.01 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": "@justeat/browserslist-config-fozzie",
"version": "2.0.0",
"description": "Just Eat's Browserslist config used in UI packages",
"main": "index.js",
"scripts": {
"lint": "eslint *.js",
"prepublishOnly": "yarn lint && safe-publish-latest"
},
"repository": {
"type": "git",
"url": "https://github.com/justeat/browserslist-config-fozzie"
},
"keywords": [
"browserslist",
"config",
"justeat",
"fozzie"
],
"contributors": [
"Github contributors <https://github.com/justeat/browserslist-config-fozzie/graphs/contributors>"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/justeat/browserslist-config-fozzie/issues"
},
"homepage": "https://github.com/justeat/browserslist-config-fozzie",
"dependencies": {},
"devDependencies": {
"@justeat/eslint-config-fozzie": "3.4.1",
"danger": "10.5.0",
"eslint": "7.12.1",
"eslint-plugin-import": "2.22.1",
"safe-publish-latest": "1.1.4"
},
"engines": {
"node": ">=10.0.0"
}
}