-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 921 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
{
"name": "@sparkbox/stylelint-config-sparkbox",
"version": "2.0.0",
"description": "A set of stylelint customizations that we use at Sparkbox.",
"main": "index.js",
"keywords": [
"stylelint",
"stylelint-config",
"config",
"sparkbox"
],
"repository": {
"type": "git",
"url": "[email protected]:sparkbox/stylelint-config-sparkbox.git"
},
"author": "Sparkbox",
"license": "ISC",
"dependencies": {
"stylelint-config-recommended-scss": "^4.2.0",
"stylelint-config-standard": "^20.0.0",
"stylelint-scss": "^3.18.0",
"snyk": "^1.398.1"
},
"scripts": {
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect",
"release": "standard-version && git push --follow-tags origin head"
},
"snyk": true,
"devDependencies": {
"stylelint": "^13.7.0",
"standard-version": "^9.0.0"
},
"peerDependencies": {
"stylelint": ">= 13"
}
}