-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 846 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 846 Bytes
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
{
"name": "@s-ui/lighthouse-action",
"version": "1.0.0",
"description": "Action for running Lighthouse CI on a PR and posts the results as a comment",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/SUI-Components/lighthouse-action.git"
},
"license": "MIT",
"scripts": {
"co": "npx @s-ui/mono@2 commit",
"phoenix": "npx @s-ui/mono phoenix",
"serve:lhci": "NODE_ENV=production node server",
"test": "npx @s-ui/test server -P './test/**/*.js'"
},
"devDependencies": {
"@s-ui/lint": "4",
"@s-ui/test": "8",
"chai": "4.3.6"
},
"eslintConfig": {
"extends": [
"./node_modules/@s-ui/lint/eslintrc.js"
]
},
"prettier": "./node_modules/@s-ui/lint/.prettierrc.js",
"stylelint": {
"extends": "./node_modules/@s-ui/lint/stylelint.config.js"
}
}