{
  "author": {
    "name": "Jorsek",
    "email": "support@easydita.com"
  },
  "version": "1.0.39",
  "dependencies": {
    "@types/axios": "^0.14.0",
    "@types/jest": "^24.0.23",
    "@types/js-cookie": "^2.2.2",
    "@types/jwt-decode": "^2.2.1",
    "@types/moxios": "^0.4.9",
    "@types/node": "^11.9.4",
    "@types/rimraf": "^2.0.2",
    "@types/workbox-window": "^4.3.1",
    "axios": "^0.18.0",
    "axios-mock-adapter": "^1.17.0",
    "class-transformer": "^0.2.0",
    "class-transformer-validator": "^0.6.0",
    "class-validator": "^0.9.1",
    "crypto": "^1.0.1",
    "jest": "^24.9.0",
    "js-cookie": "^2.2.0",
    "jwt-decode": "^2.2.0",
    "nookies": "^2.0.8",
    "p-limit": "^2.2.0",
    "reflect-metadata": "^0.1.13",
    "rimraf": "^2.6.3",
    "ts-jest": "^24.2.0",
    "ts-node": "^8.0.2",
    "tslint": "^5.18.0",
    "typescript": "^3.5.3",
    "typescript-tslint-plugin": "^0.5.3",
    "workbox-window": "^4.3.1"
  },
  "homepage": "https://github.com/jorsek/ezd-client",
  "keywords": [],
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "name": "@jorsek/ezd-client",
  "scripts": {
    "static_export": "env NODE_PATH=$(pwd)/dist node dist/src/StaticExporter.js",
    "prepublishOnly": "tsc",
    "build": "tsc",
    "test": "jest"
  }
}
