-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.2 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
{
"name": "stylelint-config-unsass",
"description": "StyleLint shareable config for the Sass style guide.",
"version": "1.0.1",
"scripts": {
"prepare": "husky install",
"release": "semantic-release"
},
"main": "index.js",
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0"
},
"devDependencies": {
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@semantic-release/changelog": "^6.0.2",
"@semantic-release/git": "^10.0.1",
"husky": "^8.0.3",
"semantic-release": "^20.1.1"
},
"dependencies": {
"stylelint": "^14.5.3",
"stylelint-config-recommended-scss": "^5.0.2",
"stylelint-config-standard": "^25.0.0"
},
"files": [
"index.js"
],
"keywords": [
"sass",
"stylelint",
"unsass",
"front-end"
],
"license": "MIT",
"homepage": "https://github.com/unsass/stylelint-config-unsass",
"bugs": {
"url": "https://github.com/unsass/stylelint-config-unsass/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/unsass/stylelint-config-unsass.git"
}
}