-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.39 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": "@zattoo/stylelint-config",
"version": "7.0.1",
"main": ".stylelintrc",
"license": "MIT",
"description": "Extensible shared Zattoo's Stylelint config",
"homepage": "https://github.com/zattoo/stylelint-config#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/zattoo/stylelint-config.git"
},
"publishConfig": {
"access": "restricted",
"registry": "https://npm.pkg.github.com"
},
"keywords": [
"stylelint",
"stylelint config",
"styleguide"
],
"author": {
"name": "Andreas Prietzel",
"url": "https://github.com/azorath"
},
"contributors": [
{
"name": "Bogdan Plieshka",
"url": "https://github.com/godban"
},
{
"name": "Viktor Dmitriev",
"url": "https://github.com/dmitresco"
}
],
"bugs": {
"url": "https://github.com/zattoo/stylelint-config/issues"
},
"scripts": {
"test": "stylelint \"tests/**/*.scss\""
},
"engines": {
"node": ">=20.12.2",
"npm": ">=10.5.0"
},
"dependencies": {
"postcss-scss": "^4.0.9",
"stylelint-order": "^6.0.4",
"stylelint-scss": "^6.7.0"
},
"devDependencies": {
"stylelint": "16.10.0"
},
"peerDependencies": {
"stylelint": "^16.1.0"
}
}