-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 944 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
38
39
{
"name": "coldark-prism",
"description": "A blue-grey theme with light & dark versions.",
"version": "1.0.5",
"author": {
"name": "ArmandPhilippot",
"url": "https://www.armandphilippot.com"
},
"license": "MIT",
"icon": "assets/logo.png",
"keywords": [
"Coldark",
"theme"
],
"homepage": "https://github.com/ArmandPhilippot/coldark-prism#readme",
"repository": {
"type": "git",
"url": "https://github.com/ArmandPhilippot/coldark-prism"
},
"bugs": {
"url": "https://github.com/ArmandPhilippot/coldark-prism/issues"
},
"scripts": {
"version": "auto-changelog -p && git add CHANGELOG.md",
"lint": "stylelint \"*.css\"",
"lint-fix": "stylelint \"*.css\" --fix"
},
"auto-changelog": {
"template": "keepachangelog",
"remote": "github",
"commitLimit": false,
"releaseSummary": true
},
"dependencies": {
"auto-changelog": "^2.2.1",
"stylelint": "^13.7.2",
"stylelint-config-standard": "^20.0.0"
}
}