{
  "name": "meta-json-schema",
  "version": "1.19.4",
  "description": "JSON Schema for Clash Meta",
  "keywords": [
    "clash",
    "clash.meta",
    "schema"
  ],
  "files": [
    "schemas",
    "CHANGELOG.md"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "homepage": "https://github.com/dongchengjie/meta-json-schema",
  "bugs": {
    "url": "https://github.com/dongchengjie/meta-json-schema/issues"
  },
  "license": "MIT",
  "repository": {
    "url": "git+https://github.com/dongchengjie/meta-json-schema.git"
  },
  "scripts": {
    "preinstall": "npx only-allow pnpm",
    "prepare": "lefthook install",
    "dev": "npx json-schema-artifact --watch",
    "release": "npx json-schema-artifact",
    "preview": "npm publish --dry-run"
  },
  "devDependencies": {
    "@commitlint/cli": "^19.8.0",
    "@commitlint/config-conventional": "^19.8.0",
    "dprint": "^0.49.1",
    "json-schema-artifact": "^1.1.3",
    "lefthook": "^1.11.6"
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "engines": {
    "node": ">=18",
    "pnpm": ">=9"
  },
  "packageManager": "pnpm@9.15.4"
}
