{
  "name": "@buerli.io/classcad",
  "version": "1.0.1",
  "description": "Connect buerli to the ClassCAD Server",
  "author": "AWV Informatik AG <info@awv-informatik.ch>",
  "license": "ISC",
  "repository": {},
  "main": "build/cjs/index.js",
  "module": "build/esm/index.js",
  "types": "build/types/index.d.ts",
  "sideEffects": false,
  "scripts": {
    "ver": "yarn version --no-commit-hooks --no-git-tag-version --new-version",
    "prepack": "npm run clean && npm run build -- --sourceMap false && npm run build:cjs -- --sourceMap false",
    "clean": "rimraf ./build* && rimraf tsconfig.tsbuildinfo",
    "build": "tsc -v && tsc",
    "build:cjs": "tsc --target es2017 --module commonjs --composite false --declaration false --declarationDir null --outDir ./build/cjs",
    "test": "echo no tests yet",
    "lint": "eslint \"./src/**/*.ts?(x)\"",
    "prettify": "prettier --write \"./{src,tests}/**/*.{js,jsx,ts,tsx,json}\""
  },
  "devDependencies": {
    "@types/emscripten": "^1.39.13",
    "@types/pako": "^1.0.1",
    "@types/path-browserify": "^1.0.0",
    "@types/uuid": "^3.4.4",
    "rimraf": "^2.6.3",
    "socket.io": "^4.4.1",
    "typescript": "4.8.4"
  },
  "dependencies": {
    "@buerli.io/core": "1.0.1",
    "@classcad/api-js": "https://awvstatic.com/classcad/download/release/21.0.0/classcad-api-js-21.0.0.tgz",
    "@types/events": "^3.0.0",
    "base64-arraybuffer": "^0.2.0",
    "comlink": "^4.3.1",
    "events": "^3.3.0",
    "flat-promise": "^1.0.3",
    "js-untar": "^2.0.0",
    "pako": "^2.0.3",
    "path-browserify": "^1.0.1",
    "socket.io-client": "^4.4.1",
    "strict-event-emitter-types": "^2.0.0",
    "unzipit": "^1.4.3",
    "uuid": "^9.0.0",
    "xmlhttprequest-ssl": "^2.0.0"
  }
}
