-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 945 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
{
"name": "stylelint-config-takiyon",
"engines": {
"node": ">18.12.0"
},
"version": "4.0.0",
"description": "Shareable stylelint config for Takiyon",
"main": "index.js",
"scripts": {
"test": "stylelint --config index.js test/**/*.scss"
},
"repository": {
"type": "git",
"url": "git+https://github.com/takiyon-org/stylelint-config-takiyon.git"
},
"keywords": [
"stylelint",
"stylelint-config",
"takiyon"
],
"author": "Takiyon",
"license": "MIT",
"bugs": {
"url": "https://github.com/takiyon-org/stylelint-config-takiyon/issues"
},
"homepage": "https://github.com/takiyon-org/stylelint-config-takiyon#readme",
"peerDependencies": {
"stylelint": "^16.0.2"
},
"devDependencies": {
"stylelint": "^16.0.2"
},
"dependencies": {
"postcss": "^8.4.16",
"postcss-scss": "^4.0.5",
"stylelint-config-recess-order": "^4.0.0",
"stylelint-scss": "^6.0.0"
}
}