🏡 index : github.com/captn3m0/youtube-cue.git

{
  "name": "youtube-cue",
  "version": "1.0.10",
  "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": "^10.0.0",
    "prettier": "^3.1.0"
  },
  "dependencies": {
    "console-log-level": "^1.4.1",
    "get-artist-title": "^1.3.1",
    "minimist": "^1.2.8",
    "update-notifier": "^7.0.0",
    "ytdl-core": "^4.11.5"
  },
  "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"
}