solorice/config/spicetify/CustomApps/history-in-sidebar/package.json
Kristofers Solo a42ded1119 Use dotter
2024-08-28 09:02:07 +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"
}
}