{
  "name": "@kunjinkao/gkd-subscription",
  "type": "module",
  "version": "1.0.49",
  "main": "./dist/114514_gkd.json5",
  "unpkg": "./dist/114514_gkd.json5",
  "jsdelivr": "./dist/114514_gkd.json5",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "files": [
    "./dist"
  ],
  "gkd": {
    "outDir": "dist",
    "file": "114514_gkd.json5",
    "versionFile": "114514_gkd.version.json5",
    "changelog": "CHANGELOG.md",
    "README.md": "README.md"
  },
  "devDependencies": {
    "@commitlint/cli": "^19.2.2",
    "@commitlint/config-conventional": "^19.2.2",
    "@commitlint/types": "^19.0.3",
    "@gkd-kit/api": "^0.0.5",
    "@gkd-kit/selector": "0.0.25",
    "@gkd-kit/tools": "^0.2.0",
    "@types/lodash": "^4.17.0",
    "@types/node": "^20.12.7",
    "@typescript-eslint/eslint-plugin": "7.8.0",
    "@typescript-eslint/parser": "7.8.0",
    "dayjs": "^1.11.10",
    "eslint": "^9.1.0",
    "eslint-config-prettier": "9.1.0",
    "eslint-define-config": "2.1.0",
    "husky": "^9.0.11",
    "json5": "^2.2.3",
    "lint-staged": "^15.2.2",
    "lodash": "^4.17.21",
    "picocolors": "^1.0.0",
    "pinyin-pro": "3.20.4",
    "prettier": "^3.2.5",
    "tsx": "^4.7.2",
    "typescript": "^5.4.5"
  },
  "author": "田所浩二",
  "license": "MIT",
  "homepage": "https://github.com/gkd-sub-repo/114514_subscription#readme",
  "bugs": {
    "url": "https://github.com/gkd-sub-repo/114514_subscription/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gkd-sub-repo/114514_subscription.git"
  },
  "volta": {
    "node": "20.13.1"
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "lint-staged": {
    "*": [
      "prettier --cache --write --ignore-unknown"
    ],
    "*.{js,ts,jsx,tsx}": [
      "eslint --cache --fix"
    ]
  },
  "scripts": {
    "format": "prettier --cache --write .",
    "lint": "eslint --cache --fix ./**/*.{js,ts,jsx,tsx}",
    "build": "tsc --noEmit && tsx ./scripts/build.ts",
    "check": "tsc --noEmit && tsx ./scripts/check.ts",
    "updateSubs": "tsx ./scripts/updateSubs.ts"
  }
}