youtube-cue/package.json

41 lines
902 B
JSON
Raw Permalink Normal View History

2017-06-07 20:14:09 +00:00
{
2021-05-30 15:31:27 +00:00
"name": "youtube-cue",
2022-08-26 13:06:36 +00:00
"version": "1.0.10",
2021-05-30 15:31:27 +00:00
"description": "Generates Cue sheet from Youtube URL",
2017-06-07 20:14:09 +00:00
"main": "index.js",
"scripts": {
2021-07-29 05:51:29 +00:00
"test": "mocha",
2021-07-29 05:52:35 +00:00
"lint": "prettier --check *.js src/*.js test/*.js"
2017-06-07 20:14:09 +00:00
},
2021-05-30 15:31:27 +00:00
"bin": "index.js",
2021-05-30 14:07:09 +00:00
"author": "Nemo <npm@captnemo.in>",
2017-06-07 20:14:09 +00:00
"license": "MIT",
"devDependencies": {
"mocha": "^10.0.0",
2023-12-14 06:04:36 +00:00
"prettier": "^3.1.0"
2017-06-07 20:47:27 +00:00
},
"dependencies": {
"console-log-level": "^1.4.1",
2021-05-30 14:07:09 +00:00
"get-artist-title": "^1.3.1",
2023-12-14 06:04:36 +00:00
"minimist": "^1.2.8",
"update-notifier": "^7.0.0",
"ytdl-core": "^4.11.5"
2017-06-07 20:47:27 +00:00
},
"repository": {
"type": "git",
2021-05-30 15:31:27 +00:00
"url": "https://github.com/captn3m0/youtube-cue"
2017-06-07 20:47:27 +00:00
},
2021-05-30 15:31:27 +00:00
"type": "module",
2017-06-07 20:47:27 +00:00
"keywords": [
2021-05-30 15:31:27 +00:00
"youtube-cue",
2017-06-07 20:47:27 +00:00
"youtube",
"split",
"album",
2021-05-30 15:31:27 +00:00
"cue"
2017-06-07 20:47:27 +00:00
],
"bugs": {
2021-05-30 15:31:27 +00:00
"url": "https://github.com/captn3m0/youtube-cue/issues"
2017-06-07 20:47:27 +00:00
},
2021-05-30 15:31:27 +00:00
"homepage": "https://github.com/captn3m0/youtube-cue"
2017-06-07 20:14:09 +00:00
}