-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
35 lines (35 loc) · 838 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": "stylelint-html-reporter",
"version": "0.0.8",
"description": "HTML reporter for stylelint",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/scssyworks/stylelint-html-reporter.git"
},
"scripts": {
"sanitize": "rome check ./ && rome format ./ --write"
},
"keywords": [
"stylelint",
"reporter",
"html",
"html-reporter",
"stylelint-html-reporter",
"gulp",
"gulp-stylelint"
],
"author": "scssyworks",
"license": "MIT",
"bugs": {
"url": "https://github.com/scssyworks/stylelint-html-reporter/issues"
},
"homepage": "https://github.com/scssyworks/stylelint-html-reporter#readme",
"dependencies": {
"fs-extra": "^11.1.1",
"stylelint-formatter-pretty": "^3.2.0"
},
"devDependencies": {
"rome": "^12.1.3"
}
}