-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.03 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
{
"name": "stylelint-config-slds",
"version": "1.0.8",
"description": "The Salesforce Lightning Design System shareable config for stylelint",
"main": "index.js",
"scripts": {
"test": "jest",
"lint": "eslint .",
"pretest": "npm run lint",
"watch": "jest --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/salesforce-ux/stylelint-config-slds.git"
},
"files": [
"index.js",
"stylelint.config.js",
"LICENSE.txt",
"CHANGELOG.md"
],
"keywords": [
"stylelint",
"stylelint-config",
"design-system",
"lightning-design-system",
"salesforce"
],
"author": "Salesforce.com",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/salesforce-ux/stylelint-config-slds/issues"
},
"homepage": "https://github.com/salesforce-ux/stylelint-config-slds#readme",
"devDependencies": {
"eslint": "^5.0.0",
"eslint-config-stylelint": "^6.0.0",
"jest": "^24.0.0",
"stylelint": "^13.13.1",
"stylelint-scss": "^3.19.0"
}
}