-
Notifications
You must be signed in to change notification settings - Fork 4.2k
/
package.json
56 lines (56 loc) · 1.17 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
54
55
56
{
"name": "@wordpress/stylelint-config",
"version": "22.7.0",
"description": "stylelint config for WordPress development.",
"author": "The WordPress Contributors",
"license": "MIT",
"keywords": [
"stylelint",
"stylelint-config",
"stylelint-config-wordpress",
"wordpress"
],
"homepage": "https://github.com/WordPress/gutenberg/tree/HEAD/packages/stylelint-config/README.md",
"repository": {
"type": "git",
"url": "https://github.com/WordPress/gutenberg.git",
"directory": "packages/stylelint-config"
},
"bugs": {
"url": "https://github.com/WordPress/gutenberg/issues"
},
"engines": {
"node": ">=18.12.0",
"npm": ">=8.19.2"
},
"files": [
"CHANGELOG.md",
"LICENSE",
"README.md",
"index.js",
"scss.js"
],
"main": "index.js",
"dependencies": {
"@stylistic/stylelint-plugin": "^3.0.1",
"stylelint-config-recommended": "^14.0.1",
"stylelint-config-recommended-scss": "^14.1.0"
},
"peerDependencies": {
"stylelint": "^16.8.2"
},
"npmpackagejsonlint": {
"extends": "@wordpress/npm-package-json-lint-config",
"rules": {
"valid-values-license": [
"error",
[
"MIT"
]
]
}
},
"publishConfig": {
"access": "public"
}
}