{
  "name": "@thatopen/components",
  "description": "Collection of core functionalities to author BIM apps.",
  "version": "2.4.4",
  "author": "That Open Company",
  "contributors": [
    "Antonio Gonzalez Viegas (https://github.com/agviegas)",
    "Juan Hoyos (https://github.com/HoyosJuan)",
    "Harry Collin (https://github.com/harrycollin)"
  ],
  "license": "MIT",
  "homepage": "https://github.com/ThatOpen/engine_components/tree/main/packages/components#readme",
  "bugs": {
    "url": "https://github.com/ThatOpen/engine_components/issues"
  },
  "type": "module",
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ThatOpen/engine_components/tree/main/packages/components.git"
  },
  "packageManager": "yarn@3.2.1",
  "scripts": {
    "dev": "vite --host",
    "test": "jest",
    "build": "tsc --p ./tsconfig-build.json && vite build",
    "prepublishOnly": "node ./resources/updateComponentsVersion.mjs && yarn build",
    "publish-repo": "npm publish",
    "publish-alpha": "npm publish --tag alpha"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@thatopen/fragments": "~2.4.0",
    "@thatopen/ui": "~2.4.0",
    "@types/earcut": "2.1.4",
    "@types/three": "0.160.0",
    "stats.js": "^0.17.0",
    "three": "^0.160.1",
    "web-ifc": "0.0.66"
  },
  "dependencies": {
    "camera-controls": "2.7.3",
    "earcut": "2.2.4",
    "fast-xml-parser": "4.4.1",
    "jszip": "3.10.1",
    "three-mesh-bvh": "0.7.0"
  },
  "peerDependencies": {
    "@thatopen/fragments": "~2.4.0",
    "three": "^0.160.1",
    "web-ifc": "0.0.66"
  }
}