{
  "name": "webmate-sdk-js",
  "version": "0.33.2",
  "description": "A JavaScript and TypeScript SDK for communicating with the webmate API",
  "homepage": "https://github.com/webmate-io/webmate-sdk-js",
  "keywords": [
    "webmate"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "github.com/webmate-io/webmate-sdk-js.git"
  },
  "author": "Max Fellinger",
  "contributors": [
    "Timo Gühring"
  ],
  "license": "Apache-2.0",
  "scripts": {
    "build": "tsc",
    "test": "mocha -r ts-node/register tests/**/*.ts",
    "lint": "eslint . --ext .ts"
  },
  "dependencies": {
    "axios": "1.12.0",
    "immutable": "3.8.2",
    "rxjs": "6.6.6",
    "uuid": "8.3.1"
  },
  "devDependencies": {
    "@types/chai": "4.2.15",
    "@types/mocha": "8.2.0",
    "@types/node": "14.14.32",
    "@types/uuid": "8.3.0",
    "@typescript-eslint/eslint-plugin": "4.15.1",
    "@typescript-eslint/parser": "4.15.1",
    "chai": "4.3.0",
    "del": "3.0.0",
    "eslint": "7.20.0",
    "mocha": "11.4.0",
    "ts-node": "9.1.1",
    "tslib": "2.1.0",
    "tslint": "6.1.3",
    "typescript": "4.2.3"
  }
}
