-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
53 lines (53 loc) · 1.15 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "@sitespeed.io/plugin-gpsi",
"version": "2.0.3",
"type": "module",
"description": "GPSI plugin for sitespeed.io",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sitespeedio/plugin-gpsi.git"
},
"keywords": [
"sitespeed.io",
"gpsi",
"webperf",
"perfmatters"
],
"author": {
"name": "Peter Hedenskog",
"url": "https://www.peterhedenskog.com"
},
"contributors": [
{
"name": "Tobias Lidskog"
},
{
"name": "Jonathan Lee"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/sitespeedio/plugin-gpsi/issues"
},
"devDependencies": {
"eslint": "8.35.0",
"eslint-config-prettier": "6.1.0",
"eslint-plugin-prettier": "3.1.0",
"eslint-plugin-unicorn": "45.0.2",
"prettier": "1.18.2"
},
"dependencies": {
"lodash.get": "4.4.2",
"psi": "4.1.0",
"@sitespeed.io/plugin": "0.0.6"
},
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"eslint-check": "eslint --print-config .eslintrc.js | eslint-config-prettier-check"
},
"main": "./lib/index.js"
}