{
  "name": "kirbyuse",
  "type": "module",
  "version": "0.11.3",
  "packageManager": "pnpm@9.15.0",
  "description": "Collection of Vue Composition utilities for Kirby CMS",
  "author": "Johann Schopplich <hello@johannschopplich.com>",
  "license": "MIT",
  "homepage": "https://github.com/johannschopplich/kirbyuse#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/johannschopplich/kirbyuse.git"
  },
  "bugs": "https://github.com/johannschopplich/kirbyuse/issues",
  "keywords": [
    "composition-api",
    "getkirby",
    "kirby-cms",
    "kirby",
    "vue"
  ],
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "default": "./dist/index.mjs"
    },
    "./composables": {
      "types": "./dist/composables.d.mts",
      "default": "./dist/composables.mjs"
    },
    "./props": {
      "types": "./dist/props.d.mts",
      "default": "./dist/props.mjs"
    }
  },
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "unbuild",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "format": "prettier \"**/*.{css,html,js,json,md,mjs,ts,vue,yml}\" --write",
    "format:check": "prettier \"**/*.{css,html,js,json,md,mjs,ts,vue,yml}\" --check",
    "release": "bumpp --commit --push --tag",
    "test:types": "tsc --noEmit"
  },
  "dependencies": {
    "vue": "^2.7.16"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^3.11.2",
    "bumpp": "^9.9.0",
    "eslint": "^9.16.0",
    "prettier": "^3.4.2",
    "typescript": "^5.7.2",
    "unbuild": "^3.0.0-rc.11"
  }
}
