{
  "name": "@ifc-lite/export",
  "version": "2.0.0",
  "description": "Export formats for IFC-Lite",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    }
  },
  "dependencies": {
    "parquet-wasm": "^0.7.1",
    "apache-arrow": "^21.1.0",
    "jszip": "^3.10.0",
    "@ifc-lite/geometry": "^2.9.0",
    "@ifc-lite/data": "^2.2.0",
    "@ifc-lite/encoding": "^1.14.7",
    "@ifc-lite/parser": "^3.3.1",
    "@ifc-lite/mutations": "^1.16.0"
  },
  "devDependencies": {
    "typescript": "^6.0.3",
    "vitest": "^4.1.0",
    "@ifc-lite/ifcx": "^2.1.5"
  },
  "license": "MPL-2.0",
  "author": "Louis True",
  "repository": {
    "type": "git",
    "url": "https://github.com/LTplus-AG/ifc-lite.git",
    "directory": "packages/export"
  },
  "homepage": "https://ltplus-ag.github.io/ifc-lite/",
  "bugs": "https://github.com/LTplus-AG/ifc-lite/issues",
  "keywords": [
    "ifc",
    "bim",
    "export",
    "gltf",
    "parquet",
    "aec"
  ],
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "pnpm exec tsc",
    "dev": "pnpm exec tsc --watch",
    "test": "vitest run"
  }
}