{
  "name": "@roomle/embedding-lib",
  "version": "6.6.0",
  "description": "This is a small library which can be used to communicate with the Roomle Configurator. ES modules only (browser-compatible).",
  "type": "module",
  "main": "./roomle-embedding-lib.js",
  "types": "./index.d.ts",
  "files": [
    "./"
  ],
  "exports": {
    ".": {
      "import": "./roomle-embedding-lib.js",
      "types": "./index.d.ts"
    },
    "./min": {
      "import": "./roomle-embedding-lib.min.js"
    },
    "./hi": {
      "import": "./hi.js",
      "types": "./hi.d.ts"
    },
    "./hi/min": {
      "import": "./hi.min.js"
    },
    "./plugins": {
      "import": "./embedding-plugins.js",
      "types": "./embedding-plugins.d.ts"
    },
    "./plugins/min": {
      "import": "./embedding-plugins.min.js"
    }
  },
  "scripts": {
    "release": "semantic-release"
  },
  "volta": {
    "node": "18.18.0",
    "npm": "8.3.1"
  },
  "devDependencies": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/roomle-build/npm-packages.git"
  },
  "publishConfig": {
    "access": "public",
    "provenance": false
  },
  "license": "MIT"
}
