{
  "author": {
    "name": "Adam Lui",
    "email": "adam@kudoai.com",
    "url": "https://github.com/adamlui"
  },
  "homepage": "https://github.com/KudoAI/perplexity-omnibox/#readme",
  "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" }
  ],
  "scripts": {
    "prepare": "husky",
    "lint": "eslint . --cache",
    "lint:all": "eslint .",
    "lint:fix": "eslint . --fix --cache",
    "lint:fix-all": "eslint . --fix",
    "translate": "npm run translate",
    "translate:chrome": "npm run translate:chromium",
    "translate:chromium": "cd chromium && translate-messages",
    "bump": "node utils/bump/extension-manifests",
    "bump:ext": "npm run bump",
    "bump:ext-nc": "npm run bump -- --no-commit",
    "bump:ext-np": "npm run bump -- --no-push"
  },
  "devDependencies": {
    "@eslint/json": "^1.2.0",
    "@eslint/markdown": "^8.0.1",
    "@stylistic/eslint-plugin": "^5.10.0",
    "eslint": "^9.39.4",
    "eslint-plugin-import": "^2.32.0",
    "husky": "^9.1.7"
  }
}
