youtube-cue/package.json

38 lines
784 B
JSON

{
"name": "youtube-cue",
"version": "1.0.4",
"description": "Generates Cue sheet from Youtube URL",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"bin": "index.js",
"author": "Nemo <npm@captnemo.in>",
"license": "MIT",
"devDependencies": {
"mocha": "^9.0.0"
},
"dependencies": {
"console-log-level": "^1.4.1",
"get-artist-title": "^1.3.1",
"minimist": "^1.2.5",
"ytdl-core": "^4.8.2"
},
"repository": {
"type": "git",
"url": "https://github.com/captn3m0/youtube-cue"
},
"type": "module",
"keywords": [
"youtube-cue",
"youtube",
"split",
"album",
"cue"
],
"bugs": {
"url": "https://github.com/captn3m0/youtube-cue/issues"
},
"homepage": "https://github.com/captn3m0/youtube-cue"
}