{
  "name": "three-vrm-utils",
  "version": "1.6.0",
  "description": "A starter for creating a TypeScript package.",
  "homepage": "https://github.com/dohaicuong/three-vrm-utils#readme",
  "bugs": {
    "url": "https://github.com/dohaicuong/three-vrm-utils/issues"
  },
  "license": "MIT",
  "author": "dohaicuong",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dohaicuong/three-vrm-utils.git"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "exports": {
    "./lighting-preset": "./dist/lighting-preset/index.mjs",
    "./use-vrm-animation-manager": "./dist/use-vrm-animation-manager/index.mjs",
    "./use-vrm-animations": "./dist/use-vrm-animations/index.mjs",
    "./use-vrm-blink": "./dist/use-vrm-blink/index.mjs",
    "./use-vrm-breathing": "./dist/use-vrm-breathing/index.mjs",
    "./use-vrm-expression-manager": "./dist/use-vrm-expression-manager/index.mjs",
    "./use-vrm-model": "./dist/use-vrm-model/index.mjs",
    "./use-vrm-vowel-analyser": "./dist/use-vrm-vowel-analyser/index.mjs",
    "./use-wake-word": "./dist/use-wake-word/index.mjs",
    "./vrm-model": "./dist/vrm-model/index.mjs",
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "vp pack",
    "dev": "vp pack --watch",
    "test": "vp test",
    "check": "vp check",
    "prepublishOnly": "vp run build",
    "prepare": "vp config",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build",
    "docs": "astro dev --root docs",
    "build-docs": "astro build --root docs"
  },
  "devDependencies": {
    "@astrojs/starlight": "^0.38.1",
    "@pixiv/three-vrm": "^3.5.1",
    "@pixiv/three-vrm-animation": "^3.5.1",
    "@react-three/drei": "^10.7.7",
    "@react-three/fiber": "^9.5.0",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/git": "^10.0.1",
    "@storybook/addon-a11y": "^10.2.19",
    "@storybook/addon-docs": "^10.2.19",
    "@storybook/react-vite": "^10.2.19",
    "@types/node": "^25.5.0",
    "@types/react": "^19.2.14",
    "@types/react-dom": "^19.2.3",
    "@types/three": "^0.183.1",
    "@typescript/native-preview": "7.0.0-dev.20260316.1",
    "astro": "^6.0.5",
    "react": "^19.2.4",
    "react-dom": "^19.2.4",
    "semantic-release": "^25.0.3",
    "storybook": "^10.2.19",
    "three": "^0.183.2",
    "typescript": "^5.9.3",
    "vite-plus": "^0.1.11"
  },
  "peerDependencies": {
    "@pixiv/three-vrm": "^3.0.0",
    "@pixiv/three-vrm-animation": "^3.0.0",
    "@react-three/fiber": "^9.0.0",
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0",
    "three": ">=0.150.0"
  },
  "packageManager": "pnpm@10.32.1",
  "pnpm": {
    "overrides": {
      "vite": "npm:@voidzero-dev/vite-plus-core@latest",
      "vitest": "npm:@voidzero-dev/vite-plus-test@latest"
    }
  }
}
