Update dependencies and create development cripts
This commit is contained in:
parent
f08750be30
commit
b44c6bd073
18
package.json
18
package.json
|
@ -1,11 +1,21 @@
|
|||
{
|
||||
"name": "spotify-web-notifications",
|
||||
"module": "index.ts",
|
||||
"type": "module",
|
||||
"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/bun": "latest",
|
||||
"@types/firefox-webext-browser": "^120.0.0",
|
||||
"web-ext": "^7.10.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5.0.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"type": "module"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue