{
  "name": "docusign-esign",
  "version": "8.7.0",
  "description": "Docusign Node.js API client.",
  "license": "MIT",
  "main": "src/index.js",
  "author": "DocuSign Developer Center <devcenter@docusign.com>",
  "contributors": [
    "https://github.com/docusign/docusign-node-client/contributors"
  ],
  "files": [
    "src"
  ],
  "keywords": [
    "docusign",
    "signature",
    "esignature",
    "esign",
    "digital",
    "electronic",
    "transaction",
    "document",
    "certificate",
    "DTM",
    "PDF"
  ],
  "engines": {
    "node": ">=2.2.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/docusign/docusign-node-client.git"
  },
  "scripts": {
    "docs": "npm run update-docs && git add docs/ && git commit -m 'update docs' && npm run push-docs",
    "push-docs": "git subtree push --prefix docs origin gh-pages",
    "update-docs": "./node_modules/.bin/jsdoc -c .jsdoc.json",
    "check-config": "./scripts/check-config.js",
    "test": "semistandard --fix && ./node_modules/mocha/bin/mocha --reporter mocha-junit-reporter --timeout 60000"
  },
  "semistandard": {
    "globals": [
      "before",
      "describe",
      "it"
    ],
    "ignore": [
      "/src",
      "/docs",
      "/scripts"
    ]
  },
  "dependencies": {    
    "axios": "^1.6.8",
    "@devhigley/parse-proxy":"^1.0.3",        
    "csv-stringify": "^1.0.0",
    "jsonwebtoken": "^9.0.0",    
    "passport-oauth2": "^1.6.1",    
    "safe-buffer": "^5.1.2"    
  },
  "devDependencies": {
    "docdash": "0.4.0",
    "expect.js": "~0.3.1",
    "jsdoc": "3.6.10",
    "mocha": "~5.0.4",
    "mocha-junit-reporter": "^1.18.0",
    "pdf-parse-fork": "^1.2.0",
    "semistandard": "^12.0.1"
  }
}
