{
  "name": "@oku-ui/use-composable",
  "type": "module",
  "version": "0.6.1",
  "license": "MIT",
  "source": "src/index.ts",
  "funding": "https://github.com/sponsors/productdevbook",
  "homepage": "https://oku-ui.com/primitives",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/oku-ui/primitives.git",
    "directory": "packages/core/use-composable"
  },
  "bugs": {
    "url": "https://github.com/oku-ui/primitives/issues"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs"
    }
  },
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "vue": "^3.3.0"
  },
  "dependencies": {
    "@oku-ui/utils": "latest",
    "@vueuse/core": "^10.7.1"
  },
  "devDependencies": {
    "@types/resize-observer-browser": "^0.1.11",
    "tsconfig": "^0.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "unbuild",
    "dev": "unbuild --stub",
    "release": "pnpm build && pnpm bumpp --commit='version(use-composable): release %s' --no-tag && pnpm publish",
    "release:beta": "pnpm release --tag beta",
    "release:alpha": "pnpm release --tag alpha",
    "clean": "rimraf ./dist && rimraf ./node_modules"
  }
}