mirror of
https://github.com/goodtube4u/goodtube.git
synced 2025-11-22 10:16:11 +00:00
9 lines
168 B
JSON
9 lines
168 B
JSON
{
|
|
"scripts": {
|
|
"watch": "esbuild ./goodtube.js --bundle --outfile=./goodtube.min.js --bundle --watch --minify"
|
|
},
|
|
"devDependencies": {
|
|
"esbuild": "^0.26.0"
|
|
}
|
|
}
|