-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 971 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": "stylelint-config-pandora",
"version": "1.0.0",
"description": "A stylelint rule preset for pandorankjs project.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release": "standard-version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pandolajs/stylelint-config-pandora.git"
},
"keywords": [
"stylelint",
"stylelint-config",
"pandora"
],
"author": "JohnHou",
"license": "MIT",
"bugs": {
"url": "https://github.com/pandolajs/stylelint-config-pandora/issues"
},
"homepage": "https://github.com/pandolajs/stylelint-config-pandora#readme",
"dependencies": {
"stylelint-config-standard": "^18.2.0"
},
"peerDependencies": {
"stylelint": "^8.3.0 || ^9.0.0"
},
"devDependencies": {
"@commitlint/cli": "^7.2.0",
"@commitlint/config-conventional": "^7.1.2",
"husky": "^1.1.1",
"standard-version": "^4.4.0"
}
}