{
  "name": "gkd-subscription",
  "version": "2.0.69",
  "type": "module",
  "gkd": {
    "outDir": "dist",
    "file": "gkd.json5",
    "versionFile": "gkd.version.json5",
    "changelog": "CHANGELOG.md",
    "README.md": "README.md"
  },
  "main": "./dist/gkd.json5",
  "unpkg": "./dist/gkd.json5",
  "jsdelivr": "./dist/gkd.json5",
  "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.0",
    "@gkd-kit/api": "0.8.0",
    "@gkd-kit/define": "0.0.1",
    "@gkd-kit/tools": "0.8.0",
    "@types/node": "24.12.0",
    "eslint": "10.1.0",
    "eslint-config-prettier": "10.1.8",
    "eslint-plugin-unused-imports": "4.4.1",
    "json5": "2.2.3",
    "lint-staged": "16.4.0",
    "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.14.1"
  },
  "author": "梦念逍遥",
  "license": "MIT",
  "homepage": "https://github.com/MengNianxiaoyao/gkd-subscription#readme",
  "bugs": {
    "url": "https://github.com/MengNianxiaoyao/gkd-subscription/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MengNianxiaoyao/gkd-subscription.git"
  },
  "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"
  }
}