{
  "name": "breeze-plugin-ehentai",
  "version": "0.0.26",
  "type": "module",
  "packageManager": "pnpm@11.5.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/deretame/Breeze-plugin-ehentai.git"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "typecheck": "tsc --noEmit",
    "lint": "oxlint --import-plugin .",
    "lint:fix": "oxlint --import-plugin --fix .",
    "format": "oxfmt src test tests build *.ts *.js",
    "format:check": "oxfmt --check src test tests build *.ts *.js",
    "build": "pnpm typecheck && node --import tsx build/generate-version.ts && node --import tsx build/generate-manifest.ts && cross-env NODE_OPTIONS=\"--import tsx\" rspack build && node --import tsx build/generate-brotli.ts",
    "prepublishOnly": "pnpm build",
    "test": "rstest --passWithNoTests",
    "test:smoke": "rstest test/integration.smoke.spec.ts",
    "verify": "pnpm typecheck && pnpm lint && pnpm test && pnpm build",
    "dev": "pnpm dev:serve",
    "dev:serve": "tsx dev-server.ts",
    "dev:server": "tsx dev-server.ts"
  },
  "dependencies": {
    "axios": "^1.18.0"
  },
  "devDependencies": {
    "@rspack/cli": "^2.0.8",
    "@rspack/core": "^2.0.8",
    "@rstest/core": "0.10.6",
    "@types/node": "^26.0.0",
    "cheerio": "^1.2.0",
    "cross-env": "^10.1.0",
    "oxfmt": "^0.55.0",
    "oxlint": "^1.70.0",
    "tsx": "^4.22.4",
    "typescript": "^6.0.3"
  }
}
