-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.12 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
46
{
"name": "@supportclass/stylelint-config",
"version": "0.0.0-development",
"description": "Support Class' re-usable config for the Stylelint CSS linter.",
"main": "stylelint.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"semantic-release": "semantic-release"
},
"files": [
"stylelint.config.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/SupportClass/stylelint-config.git"
},
"keywords": [
"prettier",
"config"
],
"author": "Support Class <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/SupportClass/stylelint-config/issues"
},
"homepage": "https://github.com/SupportClass/stylelint-config#readme",
"devDependencies": {
"@commitlint/cli": "^7.5.2",
"@commitlint/config-conventional": "^7.5.0",
"husky": "^1.3.1",
"semantic-release": "^15.13.3"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"dependencies": {
"stylelint-config-standard": "^18.3.0",
"stylelint-order": "^3.0.0",
"stylelint-selector-bem-pattern": "^2.1.0"
},
"publishConfig": {
"access": "public"
}
}