mirror of
https://github.com/captn3m0/youtube-cue.git
synced 2024-09-19 03:57:03 +00:00
41 lines
899 B
JSON
41 lines
899 B
JSON
{
|
|
"name": "youtube-cue",
|
|
"version": "1.0.6",
|
|
"description": "Generates Cue sheet from Youtube URL",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mocha",
|
|
"lint": "prettier --check *.js src/*.js test/*.js"
|
|
},
|
|
"bin": "index.js",
|
|
"author": "Nemo <npm@captnemo.in>",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"mocha": "^9.0.0",
|
|
"prettier": "^2.3.2"
|
|
},
|
|
"dependencies": {
|
|
"console-log-level": "^1.4.1",
|
|
"get-artist-title": "^1.3.1",
|
|
"minimist": "^1.2.5",
|
|
"update-notifier": "^5.1.0",
|
|
"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"
|
|
}
|