{ "name": "yt-playlist-features", "version": "0.3.0", "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" } }