-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 913 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
{
"name": "@studiometa/browserslist-config",
"version": "1.0.1",
"description": "A shareable Browserslist configuration",
"main": "src/index.js",
"scripts": {
"test": "jest",
"lint": "eslint ."
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/studiometa/browserslist-config.git"
},
"keywords": [
"browserslist",
"config"
],
"author": "Studio Meta <[email protected]> (https://www.studiometa.fr/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/studiometa/browserslist-config/issues"
},
"homepage": "https://github.com/studiometa/browserslist-config#readme",
"devDependencies": {
"@studiometa/eslint-config": "^2.1.1",
"@studiometa/prettier-config": "^2.0.1",
"browserslist": "^4.12.0",
"eslint": "^7.1.0",
"jest": "^26.0.1",
"prettier": "^2.0.5"
}
}