solorice/.config/spicetify/CustomApps/history-in-sidebar/package.json
2024-08-27 10:39:38 +03:00

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"
}
}