{
  "name": "cdrator",
  "version": "1.4.0",
  "description": "Call CDRator SOAP WebServices using node.js",
  "main": "lib/cdrator",
  "typings": "./index.d.ts",
  "scripts": {
    "lint": "eslint lib/**/*.js test/**/*.js",
    "test": "nyc mocha test/unit --recursive",
    "format": "eslint lib/**/*.js test/**/*.js --fix",
    "preversion": "npm run lint && npm test",
    "patch-release": "npm version patch && npm publish && git push origin master --follow-tags",
    "minor-release": "npm version minor && npm publish && git push origin master --follow-tags",
    "major-release": "npm version major && npm publish && git push origin master --follow-tags"
  },
  "author": "Johan Öbrink <johan.obrink@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/vimla-se/node-cdrator"
  },
  "bugs": {
    "url": "https://github.com/vimla-se/node-cdrator/issues",
    "email": "hej@vimla.se"
  },
  "contributors": [
    {
      "name": "Johan Öbrink",
      "email": "johan.obrink@gmail.com"
    },
    {
      "name": "Alexander Czigler",
      "email": "me@ilix.se"
    }
  ],
  "devDependencies": {
    "chai": "^4.2.0",
    "chai-xml": "^0.3.2",
    "eslint": "^5.16.0",
    "eslint-config-standard": "^12.0.0",
    "eslint-plugin-import": "^2.17.2",
    "eslint-plugin-node": "^8.0.1",
    "eslint-plugin-promise": "^4.1.1",
    "eslint-plugin-standard": "^4.0.0",
    "mocha": "^6.1.3",
    "nyc": "^14.0.0",
    "prettier": "^1.17.0",
    "proxyquire": "^2.1.0",
    "sinon": "^7.3.1",
    "sinon-chai": "^3.3.0"
  },
  "dependencies": {
    "change-case": "^3.1.0",
    "lodash": "^4.17.11",
    "moment": "^2.24.0",
    "xml2js": "^0.4.19",
    "xmlbuilder": "^12.0.0"
  }
}
