{
  "name": "@pddstudio/yt2mp3",
  "description": "A wrapper around youtube-dl to download videos as mp3",
  "version": "0.0.3",
  "private": false,
  "license": "MIT",
  "main": "bin/yt2mp3.js",
  "bin": {
    "yt2mp3": "bin/yt2mp3.js"
  },
  "files": [
    "dist",
    "bin"
  ],
  "keywords": [
    "youtube-dl"
  ],
  "scripts": {
    "prebuild": "yarn clean",
    "build": "tsc",
    "clean": "rimraf dist",
    "lint": "tslint --project tsconfig.json --config tslint.json --fix"
  },
  "devDependencies": {
    "@types/node": "^12.0.3",
    "@types/shelljs": "^0.8.5",
    "@types/user-home": "^2.0.0",
    "@types/yargs": "^13.0.0",
    "husky": "^2.3.0",
    "lint-staged": "^8.1.7",
    "prettier": "^1.17.1",
    "rimraf": "^2.6.3",
    "ts-loader": "^6.0.1",
    "ts-node": "^8.2.0",
    "tsconfig-paths": "^3.8.0",
    "tslint": "^5.16.0",
    "typescript": "^3.5.1"
  },
  "dependencies": {
    "chalk": "^2.4.2",
    "log-symbols": "^3.0.0",
    "ora": "^3.4.0",
    "shelljs": "^0.8.3",
    "user-home": "^2.0.0",
    "yargs": "^13.2.4"
  }
}
