-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 961 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
36
37
38
39
40
41
42
43
44
45
46
{
"name": "@kellerkinder/stylelint-config",
"version": "1.1.0",
"description": "Kellerkinder Stylelint configuration",
"main": "index.js",
"keywords": [
"kellerkinder",
"k10r",
"stylelint",
"stylelintconfig",
"config",
"css",
"scss",
"tailwindcss",
"styleguide"
],
"author": "Kellerkinder GmbH",
"contributors": [
{
"name": "Rico Herwig",
"email": "r.herwig@kellerkinder.de"
}
],
"dependencies": {
"stylelint-config-standard": "^24.0.0",
"stylelint-scss": "^4.2.0"
},
"peerDependencies": {
"stylelint": ">= 14.0.0"
},
"engines": {
"node": ">= 12"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/kellerkinderDE/stylelint-config"
},
"bugs": {
"url": "https://github.com/kellerkinderDE/stylelint-config/issues"
},
"homepage": "https://www.kellerkinder.de",
"license": "MIT"
}