{
  "name": "@adpro/gkd_subscription",
  "version": "1.0.90",
  "type": "module",
  "author": "Adpro",
  "license": "MIT",
  "homepage": "https://github.com/Adpro-Team/GKD_subscription#readme",
  "bugs": {
    "url": "https://github.com/Adpro-Team/GKD_subscription/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Adpro-Team/GKD_subscription.git"
  },
  "gkd": {
    "outDir": "dist",
    "file": "Adpro_gkd.json5",
    "versionFile": "Adpro_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,jsx,tsx}": [
      "eslint --cache --fix",
      "prettier --cache --write"
    ],
    "*.json": [
      "prettier --cache --write"
    ]
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "files": [
    "./dist"
  ],
  "dependencies": {
    "@eslint/js": "^9.16.0",
    "@gkd-kit/api": "0.6.0",
    "@gkd-kit/define": "0.0.1",
    "@gkd-kit/tools": "0.5.2",
    "@types/eslint-config-prettier": "^6.11.3",
    "@types/eslint__js": "8.42.3",
    "@types/node": "22.10.1",
    "eslint": "9.16.0",
    "eslint-config-prettier": "9.1.0",
    "eslint-plugin-unused-imports": "4.1.4",
    "json5": "2.2.3",
    "lint-staged": "15.2.10",
    "prettier": "3.4.2",
    "simple-git-hooks": "2.11.1",
    "tsx": "4.19.2",
    "typescript": "5.7.2",
    "typescript-eslint": "8.17.0"
  },
  "volta": {
    "node": "22.12.0",
    "pnpm": "9.15.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"
  }
}