{
  "name": "architwin",
  "version": "1.18.5",
  "description": "ArchiTwin Library for Matterport",
  "main": "./lib/architwin.js",
  "types": "./lib/architwin.d.ts",
  "type": "module",
  "exports": {
    ".": {
      "types": {
        "default": "./lib/architwin.d.ts"
      },
      "browser": {
        "default": "./lib/architwin.js"
      },
      "default": {
        "default": "./lib/architwin.js"
      }
    },
    "./lib/types": "./lib/types.d.ts"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc && terser lib/architwin.js -o lib/architwin.js",
    "deploy:package": ". ~/.nvm/nvm.sh && ./pre_deploy.sh && ./post_deploy.sh"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@aws-sdk/client-s3": "^3.614.0",
    "@mdi/font": "^7.2.96",
    "@superviz/matterport-plugin": "^0.8.8",
    "@superviz/sdk": "^4.13.9",
    "@zoom/videosdk": "^1.11.10",
    "architwin": "1.16.9",
    "axios": "^1.4.0",
    "buffer": "^6.0.3",
    "date-fns": "^2.30.0",
    "i18next": "^23.7.11",
    "i18next-browser-languagedetector": "^7.2.0",
    "i18next-http-backend": "^2.4.2",
    "jsrsasign": "^11.1.0",
    "jsrsasign-util": "^1.0.5",
    "jszip": "^3.10.1",
    "jszip-utils": "^0.1.0",
    "lit": "^2.8.0",
    "loglevel": "^1.9.1",
    "merge-images": "^2.0.0",
    "notyf": "^3.10.0",
    "pdfjs-dist": "^3.10.111",
    "short-unique-id": "^5.2.0",
    "socket.io-client": "^4.7.2",
    "ts-loader": "^9.4.3",
    "tweakpane": "^4.0.5"
  },
  "devDependencies": {
    "@tsconfig/node18": "^2.0.1",
    "@tweakpane/core": "^2.0.5",
    "@types/jsrsasign": "^10.5.14",
    "@types/node": "^18.16.15",
    "@types/three": "^0.154.0",
    "@types/validator": "^13.7.17",
    "css-loader": "^6.8.1",
    "javascript-obfuscator": "^4.0.2",
    "terser-webpack-plugin": "^5.3.9",
    "ts-node": "^10.9.1",
    "typescript": "5.0.4",
    "webpack": "^5.85.1",
    "webpack-cli": "^5.1.3"
  }
}
