{
  "name": "@thatopen/components",
  "description": "Collection of core functionalities to author BIM apps.",
  "version": "3.4.0",
  "author": "That Open Company",
  "contributors": [
    "Antonio Gonzalez Viegas (https://github.com/agviegas)",
    "Juan Hoyos (https://github.com/HoyosJuan)",
    "Harry Collin (https://github.com/harrycollin)",
    "Pablo Aguilar (https://github.com/pabloaguilarv"
  ],
  "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",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ThatOpen/engine_components/tree/main/packages/components.git"
  },
  "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"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@thatopen/fragments": "~3.4.0",
    "@thatopen/ui": "~3.3.0",
    "@types/convert-units": "2.3.11",
    "@types/three": "0.183.1",
    "camera-controls": "^3.1.2",
    "stats.js": "^0.17.0",
    "three": "0.182.0",
    "web-ifc": "0.0.77"
  },
  "dependencies": {
    "fast-xml-parser": "5.3.7",
    "jszip": "3.10.1",
    "three-mesh-bvh": "0.9.9"
  },
  "peerDependencies": {
    "@thatopen/fragments": "~3.4.0",
    "camera-controls": ">=3.1.2",
    "three": ">=0.182.0",
    "web-ifc": ">=0.0.77"
  }
}
