-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
23 lines (23 loc) · 1.11 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
{
"private": true,
"name": "spicetify-lucid",
"version": "1.0.7",
"description": "Lucid is a Spicetify theme that blends a clean, modern aesthetic with a touch of dynamism and customization, creating a unique and personalized Spotify experience.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"biome-lint": "npx @biomejs/biome lint --write .",
"biome-fmt": "npx @biomejs/biome format --write .",
"biome-check": "npx @biomejs/biome check --write .",
"test-extension": "npm run biome-check && spicetify config extensions theme.js inject_theme_js 0 current_theme Lucid && cd extension && npm run build-local",
"compile-extension": "npm run biome-check && cd extension && npm run build-local",
"compile-sass": "sass --no-source-map --style=compressed styles/main.scss src/user.css",
"watch-sass": "sass --watch --no-source-map --style=compressed styles/main.scss src/user.css",
"ps:apply": "npm run compile-sass && npm run compile-extension && powershell.exe ./dev/apply-theme.ps1",
"clean": "rm -f src"
},
"author": "Sanoojes",
"license": "MIT",
"devDependencies": {
"sass": "^1.79.5"
}
}