-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.04 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
{
"name": "@jgarber/stylelint-config",
"version": "4.0.0",
"description": "Shareable Stylelint configuration.",
"keywords": [
"stylelint",
"stylelintconfig",
"css"
],
"homepage": "https://github.com/jgarber623/stylelint-config",
"bugs": "https://github.com/jgarber623/stylelint-config/issues",
"license": "MIT",
"author": "Jason Garber <[email protected]> (https://sixtwothree.org)",
"files": [
"index.js"
],
"type": "module",
"exports": "./index.js",
"repository": "github:jgarber623/stylelint-config",
"scripts": {
"lint": "eslint .",
"test": "NODE_V8_COVERAGE=coverage node --experimental-test-coverage --test"
},
"dependencies": {
"@stylistic/stylelint-config": "^1.0.1",
"stylelint-config-standard": "^36.0.1",
"stylelint-order": "^6.0.4"
},
"devDependencies": {
"@jgarber/eslint-config": "^6.1.0",
"stylelint": "^16.7.0"
},
"peerDependencies": {
"stylelint": ">=16.1"
},
"engines": {
"node": ">=18.12.0"
},
"publishConfig": {
"access": "public"
}
}