{
  "name": "yt-channel-info",
  "version": "3.2.1",
  "description": "Grab YouTube channel information without any official API",
  "main": "index.js",
  "files": [
    "index.js",
    "index.d.ts",
    "app/"
  ],
  "scripts": {
    "test": "jest --watchAll --verbose --coverage",
    "test-ci": "jest --verbose --ci  --coverage",
    "lint-fix": "eslint --fix --ext .js ./",
    "lint": "eslint --ext .js ./"
  },
  "keywords": [
    "youtube",
    "youtube-fetch",
    "youtube-scrapper",
    "youtube-grabber",
    "youtube channel",
    "youtube-channel",
    "youtube playlist",
    "youtube-playlist",
    "youtube without api",
    "youtube-fetcher"
  ],
  "author": "PrestonFT",
  "license": "ISC",
  "dependencies": {
    "axios": "^1.1.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/FreeTubeApp/yt-channel-info"
  },
  "devDependencies": {
    "eslint": "^8.22.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-config-standard": "^17.0.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-n": "15.3.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-promise": "^6.0.0",
    "jest": "^29.1.2",
    "prettier": "^2.7.1"
  },
  "types": "index.d.ts"
}
