yt-playlist-features/package.json

20 lines
434 B
JSON

{
"name": "yt-playlist-features",
"version": "0.1.1",
"private": true,
"type": "module",
"scripts": {
"build": "node esbuild.config.mjs",
"zip": "npm run build && node scripts/zip.mjs",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@types/webextension-polyfill": "^0.12.5",
"esbuild": "^0.28.0",
"typescript": "^6.0.2"
},
"dependencies": {
"webextension-polyfill": "^0.12.0"
}
}