youtube-cue/package.json

38 lines
781 B
JSON
Raw Normal View History

2017-06-07 20:14:09 +00:00
{
2021-05-30 15:31:27 +00:00
"name": "youtube-cue",
2021-06-09 18:19:51 +00:00
"version": "1.0.1",
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": {
2017-06-07 20:47:27 +00:00
"test": "mocha"
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": {
2021-06-09 18:18:49 +00:00
"mocha": "^9.0.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",
"meow": "^10.0.0",
2021-05-30 15:31:27 +00:00
"ytdl-core": "^4.8.2"
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
}