-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 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
{
"name": "coinkeeper-dark",
"version": "1.3.3",
"description": "Dark theme for coinkeeper.me",
"author": "VChet",
"license": "CC-BY-SA-4.0",
"homepage": "https://github.com/VChet/coinkeeper-dark#readme",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/VChet/coinkeeper-dark.git"
},
"bugs": {
"url": "https://github.com/VChet/coinkeeper-dark/issues"
},
"scripts": {
"version": "node src/bump.cjs",
"lint:js": "eslint .",
"lint:js:fix": "npm run lint:js -- --fix",
"lint:css": "stylelint **/*.css",
"lint:css:fix": "npm run lint:css -- --fix",
"lint:all": "npm run lint:js && npm run lint:css",
"build": "node src/generate.js"
},
"devDependencies": {
"eslint": "^9.8.0",
"fetch-css": "^4.1.2",
"neostandard": "^0.11.1",
"remap-css": "^7.0.5",
"stylelint": "^16.8.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-prettier": "^5.0.2"
}
}