{
  "name": "kirby-types",
  "type": "module",
  "version": "1.5.0",
  "packageManager": "pnpm@10.33.2",
  "description": "TypeScript types for Kirby Panel plugins and headless CMS usage",
  "author": "Johann Schopplich <hello@johannschopplich.com>",
  "license": "MIT",
  "homepage": "https://github.com/johannschopplich/kirby-types#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/johannschopplich/kirby-types.git"
  },
  "bugs": "https://github.com/johannschopplich/kirby-types/issues",
  "keywords": [
    "getkirby",
    "kirby-cms",
    "kirby",
    "kirby-panel",
    "kql",
    "query-language",
    "query",
    "typescript"
  ],
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "default": "./index.js"
    }
  },
  "types": "./index.d.ts",
  "files": [
    "index.d.ts",
    "src"
  ],
  "scripts": {
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "format": "prettier \"**/*.{css,html,json,md,mjs,ts,vue,yml}\" --write",
    "format:check": "prettier \"**/*.{css,html,json,md,mjs,ts,vue,yml}\" --check",
    "release": "bumpp --commit --push --tag",
    "test": "tsd -f \"test/**/*.test-d.ts\""
  },
  "peerDependencies": {
    "dayjs": "^1.11.13",
    "prosemirror-commands": "^1.7.1",
    "prosemirror-inputrules": "^1.5.1",
    "prosemirror-model": "^1.25.4",
    "prosemirror-schema-list": "^1.5.1",
    "prosemirror-state": "^1.4.4",
    "prosemirror-view": "^1.41.4",
    "vue": "^2.7.16"
  },
  "peerDependenciesMeta": {
    "dayjs": {
      "optional": true
    },
    "prosemirror-commands": {
      "optional": true
    },
    "prosemirror-inputrules": {
      "optional": true
    },
    "prosemirror-model": {
      "optional": true
    },
    "prosemirror-schema-list": {
      "optional": true
    },
    "prosemirror-state": {
      "optional": true
    },
    "prosemirror-view": {
      "optional": true
    },
    "vue": {
      "optional": true
    }
  },
  "devDependencies": {
    "@antfu/eslint-config": "^8.2.0",
    "bumpp": "^11.0.1",
    "dayjs": "^1.11.20",
    "eslint": "^10.2.1",
    "prettier": "^3.8.3",
    "tsd": "^0.33.0",
    "typescript": "^6.0.3"
  }
}
