19 lines
382 B
JSON
19 lines
382 B
JSON
{
|
|
"name": "yt-playlist-features",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "node esbuild.config.mjs",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"devDependencies": {
|
|
"@types/webextension-polyfill": "^0.12.1",
|
|
"esbuild": "^0.25.0",
|
|
"typescript": "^5.7.0"
|
|
},
|
|
"dependencies": {
|
|
"webextension-polyfill": "^0.12.0"
|
|
}
|
|
}
|