{
  "name": "open-cloud-client",
  "version": "25.2.4",
  "description": "Client.js is a library for implementing BIM Project management applications.",
  "homepage": "https://cloud.opendesign.com/docs/index.html",
  "license": "SEE LICENSE IN LICENSE",
  "author": "Open Design Alliance",
  "sideEffects": false,
  "main": "dist/client.js",
  "module": "dist/client.module.js",
  "types": "lib/index.d.ts",
  "files": [
    "dist",
    "lib/**/*.d.ts",
    "src"
  ],
  "scripts": {
    "format": "prettier --write ./src ./test",
    "check": "prettier --check ./src ./test",
    "lint": "eslint ./src ./test",
    "build": "rollup -c rollup.config.js",
    "test": "karma start karma.conf.js",
    "docs": "jsdoc -c ./.jsdoc.json",
    "ts-docs": "typedoc"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^25.0.2",
    "@rollup/plugin-node-resolve": "^15.1.0",
    "@rollup/plugin-replace": "^2.4.2",
    "@rollup/plugin-typescript": "^9.0.2",
    "@types/three": "^0.152.1",
    "@typescript-eslint/eslint-plugin": "^5.41.0",
    "@typescript-eslint/parser": "^5.41.0",
    "canvas": "^2.11.2",
    "dotenv": "^16.0.1",
    "dotenv-expand": "^8.0.3",
    "eslint": "^8.26.0",
    "fetch-mock": "^9.11.0",
    "fetch-polyfill": "^0.8.2",
    "fetch-ponyfill": "^7.1.0",
    "ink-docstrap": "^1.3.2",
    "jasmine-ajax": "^4.0.0",
    "jasmine-core": "^3.99.1",
    "jsdoc": "^3.6.11",
    "karma": "^6.3.3",
    "karma-chrome-launcher": "^3.1.0",
    "karma-commonjs": "^1.0.0",
    "karma-jasmine": "^4.0.1",
    "karma-rollup-preprocessor": "^7.0.7",
    "karma-spec-reporter": "0.0.32",
    "konva": "^9.2.0",
    "prettier": "^2.6.0",
    "prettier-plugin-jsdoc": "^0.3.38",
    "rollup": "^2.18.0",
    "rollup-plugin-node-polyfills": "^0.2.1",
    "rollup-plugin-terser": "^7.0.2",
    "three": "^0.153.0",
    "tslib": "^2.4.0",
    "typedoc": "^0.24.0",
    "typedoc-plugin-markdown": "^3.13.6",
    "typescript": "^4.8.2",
    "whatwg-fetch": "^3.6.2"
  },
  "peerDependencies": {
    "@types/three": "^0.152.1",
    "canvas": "^2.11.2",
    "konva": "^9.2.0",
    "three": "^0.153.0"
  },
  "visualizeJS": "https://opencloud.azureedge.net/libs/visualizejs/master/Visualize.js"
}
