{
  "name": "@adamlui/youtube-classic",
  "private": true,
  "description": "Reverts YouTube to its classic design + block thumbnail ads",
  "author": {
    "name": "Adam Lui",
    "email": "adam@kudoai.com",
    "url": "https://github.com/adamlui"
  },
  "homepage": "https://github.com/adamlui/youtube-classic/#readme",
  "bugs": {
    "url": "https://github.com/adamlui/youtube-classic/issues",
    "email": "adam@kudoai.com"
  },
  "license": "MIT",
  "funding": [
    {
      "type": "github",
      "url": "http://github.com/sponsors/adamlui"
    },
    {
      "type": "ko-fi",
      "url": "https://ko-fi.com/adamlui"
    },
    {
      "type": "paypal",
      "url": "https://paypal.me/adamlui"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/adamlui/youtube-classic.git"
  },
  "scripts": {
    "prepare": "husky",
    "lint": "eslint . --cache",
    "lint:all": "eslint .",
    "lint:fix": "eslint . --fix --cache",
    "lint:fix-all": "eslint . --fix",
    "translate": "translate-messages",
    "bump:res": "node utils/remote-run https://cdn.jsdelivr.net/gh/adamlui/userscripts@c3288d0/utils/bump/userscript-requires.min.mjs --cache",
    "bump:ext": "node utils/remote-run https://cdn.jsdelivr.net/gh/adamlui/ai-web-extensions@ff6321e/utils/bump/extension-manifests.min.mjs --cache",
    "bump:ext-nc": "npm run bump:ext -- --no-commit",
    "bump:ext-np": "npm run bump:ext -- --no-push",
    "bump:chrome": "npm run bump:ext -- --chrome",
    "bump:chromium": "npm run bump:chrome",
    "bump:ff": "npm run bump:ext -- --ff",
    "bump:firefox": "npm run bump:ff"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@eslint/json": "^2.0.1",
    "@eslint/markdown": "^8.0.3",
    "@stylistic/eslint-plugin": "^5.10.0",
    "eslint": "^10.3.0",
    "eslint-plugin-import-x": "^4.17.1",
    "eslint-plugin-regexp": "^3.1.1",
    "globals": "^17.7.0",
    "husky": "^9.1.7"
  }
}
