-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 832 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 832 Bytes
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
{
"name": "bga-dark-theme",
"version": "1.1.9",
"description": "A dark theme for boardgamearena.com",
"dependencies": {
"sass": "^1.30.0"
},
"devDependencies": {
"csso-cli": "^4.0.2"
},
"scripts": {
"build": "npx sass --no-source-map ./src/style.scss ./dist/style.css --style=compressed && npx csso ./dist/style.css --output ./dist/style.css && npm run size",
"watch": "npx sass --no-source-map ./src/style.scss ./dist/style.css --style=compressed --watch",
"size": "node scripts/check-size.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/audabas/bga-dark-theme.git"
},
"author": "audabas",
"license": "LPRAB",
"bugs": {
"url": "https://github.com/audabas/bga-dark-theme/issues"
},
"homepage": "https://github.com/audabas/bga-dark-theme#readme"
}