{
    "name": "@vrame/xeokit-sdk",
    "version": "2.6.88.3",
    "description": "3D BIM IFC Viewer SDK for AEC engineering applications. Open Source JavaScript Toolkit based on pure WebGL for top performance, real-world coordinates and full double precision",
    "module": "./dist/xeokit-sdk.es.js",
    "main": "./dist/xeokit-sdk.cjs.js",
    "types": "./types/index.d.ts",
    "scripts": {
        "rollup": "rollup --config rollup.config.js",
        "rollup-minified": "rollup --config rollup.minified.config.js",
        "build": "rollup --config rollup.config.js; rollup --config rollup.minified.config.js",
        "dev-build": "rollup --config rollup.dev.config.js",
        "docs": "rm -Rf ./docs/*; ./node_modules/.bin/esdoc",
        "typedocs": "rm -Rf ./docs/*; typedoc --tsconfig tsconfig.json",
        "changelog": "git fetch; auto-changelog --commit-limit false --package --template changelog-template.hbs",
        "test": "npx percy exec -- npx playwright test"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/vramelabs/xeokit-sdk.git"
    },
    "auto-changelog": {
        "output": "CHANGELOG.md",
        "template": "keepachangelog",
        "unreleased": true,
        "commitLimit": false
    },
    "keywords": [
        "ifc-viewer",
        "bim-viewer",
        "3d-web-viewer",
        "point-cloud-viewer",
        "online-viewer",
        "web-gl",
        "viewer-sdk",
        "3d-viewers",
        "bim",
        "ifc",
        "geometry",
        "point-cloud",
        "las-viewer",
        "laz-viewer",
        "webgl-viewer",
        "javascript-viewer",
        "buildingsmart",
        "geospatial",
        "gis",
        "3d-tiles"
    ],
    "author": "Lindsay Kay",
    "license": "AGPL-3.0",
    "bugs": {
        "url": "https://github.com/vramelabs/xeokit-sdk/issues"
    },
    "homepage": "https://xeokit.io",
    "dependencies": {
        "@loaders.gl/core": "^4.3.3",
        "@loaders.gl/gltf": "^4.3.3",
        "html2canvas": "^1.4.1"
    },
    "devDependencies": {
        "@babel/core": "^7.18.6",
        "@babel/preset-env": "^7.18.6",
        "@percy/cli": "^1.30.7",
        "@percy/playwright": "^1.0.7",
        "@playwright/test": "^1.49.1",
        "@rollup/plugin-babel": "^5.3.1",
        "@rollup/plugin-node-resolve": "^13.2.1",
        "@types/node": "^22.10.6",
        "auto-changelog": "^2.4.0",
        "dotenv": "^16.4.7",
        "esdoc": "^1.1.0",
        "esdoc-custom-theme": "^1.4.2",
        "esdoc-publish-html-plugin": "^1.1.2",
        "esdoc-standard-plugin": "^1.0.0",
        "eslint": "^8.13.0",
        "parse5": "^7.0.0",
        "rollup": "^2.70.2",
        "rollup-plugin-banner": "^0.2.1",
        "rollup-plugin-terser": "^7.0.2",
        "typedoc": "^0.22.15"
    },
    "files": [
        "/src",
        "/dist",
        "/types"
    ]
}
