|
|
@ -12,6 +12,7 @@
|
|
|
|
"playlist:generate": "node scripts/commands/playlist/generate.js",
|
|
|
|
"playlist:generate": "node scripts/commands/playlist/generate.js",
|
|
|
|
"playlist:update": "node scripts/commands/playlist/update.js",
|
|
|
|
"playlist:update": "node scripts/commands/playlist/update.js",
|
|
|
|
"playlist:lint": "npx m3u-linter -c m3u-linter.json",
|
|
|
|
"playlist:lint": "npx m3u-linter -c m3u-linter.json",
|
|
|
|
|
|
|
|
"playlist:cleaner": "node scripts/commands/playlist/cleaner.js",
|
|
|
|
"readme:update": "node scripts/commands/readme/update.js",
|
|
|
|
"readme:update": "node scripts/commands/readme/update.js",
|
|
|
|
"test": "jest --runInBand"
|
|
|
|
"test": "jest --runInBand"
|
|
|
|
},
|
|
|
|
},
|
|
|
|