{
  "name": "@jaricardodev/ews-javascript-api",
  "version": "0.11.1",
  "description": "EWS Managed api in JavaScript",
  "main": "js/ExchangeWebService.js",
  "scripts": {
    "build": "node scripts/build",
    "test": "echo \"Error: no test specified\" && exit 1",
    "npmprep": "npm run build && npm version"
  },
  "typings": "typings/ExchangeWebService.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/gautamsi/ews-javascript-api.git"
  },
  "keywords": [
    "ews",
    "ews javascript api",
    "ews-javascript-api",
    "exchange web service"
  ],
  "author": "Gautam Singh (gautamsi)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gautamsi/ews-javascript-api/issues"
  },
  "homepage": "https://github.com/gautamsi/ews-javascript-api",
  "dependencies": {
    "@xmldom/xmldom": "^0.8.1",
    "base64-js": "^1.5.1",
    "moment": "^2.29.1",
    "moment-timezone": "^0.5.34",
    "uuid": "^8.3.2"
  },
  "optionalDependencies": {
    "bluebird": "^3.7.2",
    "fetch": "^1.1.0"
  },
  "devDependencies": {
    "@types/chai": "^4.3.0",
    "@types/chai-as-promised": "7.1.5",
    "@types/mocha": "^9.1.0",
    "@types/node": "^16.0.0",
    "@types/uuid": "^8.3.4",
    "chai": "^4.3.6",
    "chai-as-promised": "^7.1.1",
    "del": "^6.0.0",
    "jsonfile": "^6.1.0",
    "mocha": "^9.2.1",
    "ora": "^5.4.1",
    "replace-in-file": "^6.3.2",
    "shelljs": "^0.8.5",
    "typedoc": "^0.22.13",
    "typescript": "^4.6.2"
  }
}
