{
  "name": "@archilogic/floor-plan-sdk",
  "version": "5.3.0",
  "description": "The @archilogic/floor-plan-sdk package enables you to create and embed interactive, customizable floor plans in the browser",
  "main": "./dist/fpe.umd.cjs",
  "module": "./dist/fpe.js",
  "types": "./dist/fpe.d.ts",
  "type": "module",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    ".": {
      "types": "./dist/fpe.d.ts",
      "import": "./dist/fpe.js",
      "require": "./dist/fpe.umd.cjs"
    },
    "./dist/style.css": "./dist/style.css",
    "./dist/*": "./dist/*",
    "./package.json": "./package.json"
  },
  "scripts": {
    "build": "npm run build:lib && npm run build:api",
    "build:lib": "vite build && mkdir -p sbom && mv dist/bundled-dependencies.json sbom/bundled-dependencies.json",
    "build:api": "npx api-extractor run --local"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/archilogic-com/floor-plan-engine.git"
  },
  "license": "according to your license agreement with Archilogic AG",
  "bugs": {
    "url": "https://help.archilogic.com/"
  },
  "homepage": "https://developers.archilogic.com/floor-plan-engine/guide"
}
