mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
18 lines
414 B
JSON
18 lines
414 B
JSON
{
|
|
"name": "history-in-sidebar",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "spicetify-creator",
|
|
"build-local": "spicetify-creator --out=dist --minify",
|
|
"watch": "spicetify-creator --watch"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/node": "^20.11.24",
|
|
"@types/react": "^18.2.63",
|
|
"@types/react-dom": "^18.2.19",
|
|
"spicetify-creator": "^1.0.17"
|
|
}
|
|
}
|