{
  "name": "@ifc-lite/ifcx",
  "version": "2.1.5",
  "description": "IFC5 (IFCX) parser 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": {
    "@ifc-lite/data": "^2.0.2",
    "@ifc-lite/mutations": "^1.15.3",
    "@ifc-lite/pointcloud": "^0.3.3"
  },
  "devDependencies": {
    "tsx": "^4.22.4",
    "typescript": "^6.0.3"
  },
  "license": "MPL-2.0",
  "author": "Louis True",
  "repository": {
    "type": "git",
    "url": "https://github.com/LTplus-AG/ifc-lite.git",
    "directory": "packages/ifcx"
  },
  "homepage": "https://ltplus-ag.github.io/ifc-lite/",
  "bugs": "https://github.com/LTplus-AG/ifc-lite/issues",
  "keywords": [
    "ifc",
    "ifc5",
    "ifcx",
    "bim",
    "parser",
    "aec"
  ],
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "pnpm exec tsc && node ./scripts/verify-dist-hello-wall.mjs",
    "dev": "pnpm exec tsc --watch",
    "test": "tsx --test src/*.test.ts"
  }
}