-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.02 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
{
"name": "@chialab/stylelint-config",
"description": "Chialab's linting rules for Stylelint.",
"version": "4.0.0",
"type": "module",
"license": "MIT",
"author": "Chialab <[email protected]> (https://www.chialab.it)",
"main": "index.js",
"exports": {
".": "./index.js"
},
"scripts": {
"lint": "eslint index.js && publint"
},
"files": [
"LICENSE",
"README.md",
"index.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/chialab/stylelint-config.git"
},
"bugs": {
"url": "https://github.com/chialab/stylelint-config/issues"
},
"homepage": "https://github.com/chialab/stylelint-config",
"peerDependencies": {
"stylelint": "^16.0.0"
},
"dependencies": {
"stylelint-order": "^6.0.4",
"stylelint-value-no-unknown-custom-properties": "^6.0.0"
},
"devDependencies": {
"@changesets/cli": "^2.22.0",
"@chialab/eslint-config": "^4.0.0",
"eslint": "^8.0.0",
"publint": "^0.2.6",
"stylelint": "^16.0.0",
"typescript": "^5.3.3"
}
}