{
  "name": "web-ifc-babylon",
  "description": "A Babylon.js Loader for IFC files",
  "version": "0.2.2",
  "main": "index.js",
  "module": "index.js",
  "types": "index.d.ts",
  "files": [
    "**/*.js",
    "**/*.d.ts",
    "**/*.map",
    "README.md",
    "license.md"
  ],
  "scripts": {
    "build": "npm run clean && npm run compile",
    "clean": "rimraf dist && rimraf *.tsbuildinfo && rimraf \"./**/*.!(md|json|build.json)\"",
    "compile": "tsc -b tsconfig.build.json",
    "repack": "cp package.json *.md dist && cd dist && npm pack",
    "republish": "cp package.json *.md dist && cd dist && npm publish --access public"
  },
  "dependencies": {
    "web-ifc": "^0.0.41"
  },
  "devDependencies": {
    "@types/node": "^20.3.1",
    "rimraf": "^5.0.1",
    "typescript": "^5.1.3",
    "vite": "^4.3.9"
  },
  "keywords": [
    "bim",
    "ifc",
    "babylonjs"
  ],
  "license": "Apache-2.0",
  "esnext": "index.js",
  "type": "module",
  "sideEffects": true,
  "repository": {
    "type": "git",
    "url": "https://github.com/wolfboyyang/dt-bim-xr"
  }
}
