22 lines
579 B
JSON
22 lines
579 B
JSON
{
|
|
"name": "spotify-web-notifications",
|
|
"module": "index.ts",
|
|
"scripts": {
|
|
"run-web-ext": "web-ext run --keep-profile-changes -p SpotifyWebNotifications",
|
|
"run-devflow": "bun run-web-ext & bun build --watch src/extension/typescript/content.ts src/extension/typescript/background.ts --splitting --outdir dist"
|
|
},
|
|
"webExt": {
|
|
"sourceDir": "dist/"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "latest",
|
|
"@types/firefox-webext-browser": "^120.0.0",
|
|
"web-ext": "^7.10.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"type": "module"
|
|
}
|
|
|