{
  "name": "@aoguai/subscription",
  "version": "1.23.87",
  "description": "GKD subscription rules for aoguai",
  "license": "GPL-3.0-only",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "https://github.com/aoguai/subscription.git"
  },
  "homepage": "https://github.com/aoguai/subscription#readme",
  "bugs": {
    "url": "https://github.com/aoguai/subscription/issues"
  },
  "author": "aoguai",
  "gkd": {
    "outDir": "dist",
    "file": "aoguai_gkd.json5",
    "versionFile": "aoguai_gkd.version.json5",
    "changelog": "CHANGELOG.md",
    "README.md": "README.md"
  },
  "simple-git-hooks": {
    "pre-commit": "pnpm exec lint-staged",
    "pre-push": "pnpm run check"
  },
  "lint-staged": {
    "*.{js,cjs,mjs,ts,cts,mts,jsx,tsx}": [
      "prettier --cache --write",
      "eslint --cache --fix"
    ],
    "*.json": [
      "prettier --cache --write"
    ]
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "files": [
    "./dist"
  ],
  "dependencies": {
    "@eslint/js": "10.0.1",
    "@gkd-kit/api": "0.9.2",
    "@gkd-kit/define": "0.0.1",
    "@gkd-kit/tools": "0.8.0",
    "@types/node": "25.3.5",
    "eslint": "10.0.3",
    "eslint-config-prettier": "10.1.8",
    "eslint-plugin-unused-imports": "4.4.1",
    "json5": "2.2.3",
    "lint-staged": "16.3.2",
    "prettier": "3.8.1",
    "simple-git-hooks": "2.13.1",
    "tsx": "4.21.0",
    "typescript": "5.9.3",
    "typescript-eslint": "8.56.1"
  },
  "volta": {
    "node": "24.12.0",
    "pnpm": "10.31.0"
  },
  "engineStrict": true,
  "engines": {
    "node": ">=22"
  },
  "scripts": {
    "postinstall": "simple-git-hooks",
    "format": "prettier --cache --write ./**/*.{js,cjs,mjs,ts,jsx,tsx,json}",
    "lint": "eslint --cache --fix ./**/*.{js,cjs,mjs,ts,jsx,tsx}",
    "check": "tsc --noEmit && tsx ./scripts/check.ts",
    "build": "tsc --noEmit && tsx ./scripts/build.ts"
  }
}