{
  "name": "@tresjs/core",
  "type": "module",
  "version": "5.8.0",
  "description": "Declarative ThreeJS using Vue Components",
  "author": "Alvaro Saburido <hola@alvarosaburido.dev> (https://github.com/alvarosabu/)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Tresjs/tres.git",
    "directory": "packages/core"
  },
  "keywords": [
    "vue",
    "3d",
    "threejs",
    "three",
    "threejs-vue"
  ],
  "sideEffects": false,
  "exports": {
    ".": "./dist/tres.js",
    "./template-compiler-options": "./dist/template-compiler-options.mjs",
    "./package.json": "./package.json"
  },
  "main": "./dist/tres.js",
  "module": "./dist/tres.js",
  "types": "./dist/tres.d.ts",
  "typesVersions": {
    "*": {
      "template-compiler-options": [
        "dist/template-compiler-options.d.mts"
      ]
    }
  },
  "files": [
    "*.d.ts",
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "three": ">=0.133",
    "vue": ">=3.4"
  },
  "dependencies": {
    "@pmndrs/pointer-events": "^6.6.17",
    "@vue/devtools-api": "^7.7.2",
    "@vueuse/core": "^13.9.0",
    "radashi": "^12.6.2"
  },
  "devDependencies": {
    "@types/three": "^0.183.0",
    "@typescript-eslint/eslint-plugin": "^8.42.0",
    "@typescript-eslint/parser": "^8.42.0",
    "@vitejs/plugin-vue": "^6.0.1",
    "@vitest/coverage-v8": "3.2.4",
    "@vitest/ui": "^3.2.4",
    "@vue/test-utils": "^2.4.6",
    "eslint": "^9.34.0",
    "eslint-plugin-vue": "^10.4.0",
    "jsdom": "^27.0.0",
    "kolorist": "^1.8.0",
    "pathe": "^2.0.3",
    "rollup-plugin-analyzer": "^4.0.0",
    "rollup-plugin-copy": "^3.5.0",
    "rollup-plugin-visualizer": "^6.0.3",
    "three": "^0.183.0",
    "tsdown": "0.18.3",
    "typescript": "^5.8.3",
    "vite": "^7.1.9",
    "vite-plugin-banner": "^0.8.1",
    "vite-plugin-dts": "4.5.4",
    "vite-plugin-inspect": "^11.3.3",
    "vitest": "3.2.4",
    "vue": "^3.5.22",
    "vue-demi": "^0.14.10",
    "vue-tsc": "^3.2.1",
    "@tresjs/eslint-config": "1.5.1"
  },
  "nx": {
    "implicitDependencies": [
      "!@tresjs/core-*"
    ]
  },
  "scripts": {
    "build": "tsdown",
    "build:analyze": "ANALYZE=true tsdown",
    "test": "vitest",
    "test:ci": "vitest run",
    "test:ui": "vitest --ui --coverage.enabled=true",
    "coverage": "vitest run --coverage",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "typecheck": "vue-tsc --noEmit"
  }
}