{
  "name": "pandadoc-node-client",
  "version": "6.2.0",
  "description": "The Official PandaDoc Node client SDK",
  "author": "PandaDoc",
  "keywords": [
    "PandaDoc",
    "SDK"
  ],
  "license": "MIT",
  "files": ["dist/**/*"],
  "main": "./dist/index.js",
  "typings": "./dist/index.d.ts",
  "repository": "git+https://github.com/PandaDoc/pandadoc-api-node-client.git",
  "bugs": {
    "url": "https://github.com/PandaDoc/pandadoc-api-node-client/issues"
  },
  "homepage": "https://github.com/PandaDoc/pandadoc-api-node-client#readme",
  "scripts": {
    "build": "tsc",
    "prepare": "npm run build"
  },
  "dependencies": {
    "node-fetch": "^2.6.0",
    "@types/node-fetch": "^2.5.7",
    "@types/node": "*",
    "form-data": "^2.5.0",
    "btoa": "^1.2.1",
    "es6-promise": "^4.2.4",
    "url-parse": "^1.4.3"
  },
  "devDependencies": {
    "typescript": "^4.0"
  }
}