{
  "name": "vyze",
  "version": "0.1.20",
  "type": "module",
  "description": "Client for VYZE",
  "keywords": [
    "vyze",
    "database",
    "data",
    "client",
    "storage",
    "api",
    "query"
  ],
  "homepage": "https://vyze.io",
  "repository": {
    "type": "git",
    "url": "https://github.com/Bitspark/vyze-js"
  },
  "author": {
    "name": "Bitspark GmbH",
    "email": "info@bitspark.de",
    "url": "https://bitspark.de"
  },
  "contributors": [
    {
      "name": "Julian Matschinske",
      "email": "julian.matschinske@bitspark.de"
    }
  ],
  "license": "Apache Version 2.0",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "npx jest",
    "clean": "rimraf dist && rimraf \"src/**/*.js\"",
    "build": "npm run clean && tsc",
    "prepublish": "npm run build"
  },
  "dependencies": {
    "js-yaml": "^4.1.0",
    "node-fetch": "^2.6.7",
    "rxjs": "^7.5.7"
  },
  "devDependencies": {
    "@types/jest": "^29.2.2",
    "@types/js-yaml": "^4.0.5",
    "@types/node": "^18.11.9",
    "@types/node-fetch": "^2.6.2",
    "@types/ws": "^8.5.3",
    "@typescript-eslint/eslint-plugin": "^5.42.1",
    "@typescript-eslint/parser": "^5.42.1",
    "eslint": "^8.27.0",
    "eslint-config-prettier": "^8.5.0",
    "jest": "^29.3.0",
    "rimraf": "^3.0.2",
    "ts-jest": "^29.0.3",
    "ts-loader": "^9.4.2",
    "typedoc": "^0.23.20",
    "typescript": "^4.8.4",
    "ws": "^8.11.0"
  }
}
