-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.09 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": "@cargosense/stylelint-config-scss",
"version": "0.3.0",
"description": "Shareable Stylelint configuration for SCSS syntax Sass files.",
"keywords": [
"stylelint",
"stylelintconfig",
"scss"
],
"homepage": "https://github.com/CargoSense/stylelint-config-scss",
"bugs": "https://github.com/CargoSense/stylelint-config-scss/issues",
"license": "MIT",
"author": "CargoSense <[email protected]> (https://www.cargosense.com)",
"files": [
"index.js"
],
"type": "module",
"exports": {
"./package.json": "./package.json",
".": "./index.js"
},
"repository": "github:CargoSense/stylelint-config-scss",
"scripts": {
"test": "NODE_V8_COVERAGE=coverage node --experimental-test-coverage --test"
},
"dependencies": {
"@stylistic/stylelint-config": "^2.0.0",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-order": "^6.0.4"
},
"devDependencies": {
"stylelint": "^16.8.1"
},
"peerDependencies": {
"stylelint": ">=16.8"
},
"engines": {
"node": ">=18.12.0"
},
"publishConfig": {
"access": "public"
}
}