{
  "name": "youtube-playlist-summary",
  "version": "2.1.6",
  "description": "it could help you easy to get all playlists informations.",
  "main": "index.js",
  "scripts": {
    "test": "mocha -t 5s",
    "coverage": "nyc --reporter=html --reporter=text mocha -t 5s",
    "report-coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
    "open": "open coverage/index.html",
    "release": "rm -rf package-lock.json && npm version minor && npm publish",
    "patch": "rm -rf package-lock.json && npm version patch && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alincode/youtube-playlist-summary.git"
  },
  "keywords": [
    "youtube",
    "palylist"
  ],
  "author": {
    "name": "alincode",
    "email": "alincode@gmail.com",
    "url": "https://github.com/alincode"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/alincode/youtube-playlist-summary/issues"
  },
  "homepage": "https://github.com/alincode/youtube-playlist-summary#readme",
  "dependencies": {
    "axios": "^0.21.1",
    "debug": "^4.3.2",
    "ramda": "^0.27.1"
  },
  "engines": {
    "node": ">= 8"
  },
  "devDependencies": {
    "chai": "^4.3.3",
    "codecov": "^3.8.1",
    "eslint": "^7.21.0",
    "eslint-plugin-mocha": "^8.1.0",
    "mocha": "^8.3.1",
    "nyc": "^15.0.0"
  }
}
