{
  "name": "@bthn/paypal-rest-sdk",
  "version": "3.0.0",
  "description": "SDK for PayPal Rest APIs",
  "keywords": [
    "paypal",
    "rest",
    "api",
    "sdk"
  ],
  "homepage": "https://github.com/paypal/PayPal-node-SDK",
  "author": "PayPal <DL-PP-NODEJS-SDK@paypal.com> (https://developer.paypal.com/)",
  "main": "index",
  "directories": {
    "lib": "./lib"
  },
  "repository": {
    "type": "git",
    "url": ""
  },
  "engines": {
    "node": ">=4"
  },
  "dependencies": {
    "braintreehttp": "0.4.0"
  },
  "devDependencies": {
    "chai": "^4.0.2",
    "dirty-chai": "^2.0.0",
    "eslint": "^2.7.0",
    "eslint-config-braintree": "^1.0.0",
    "mocha": "^4.1.0",
    "nock": "^9.0.13",
    "sinon": "^2.3.2"
  },
  "license": "MIT",
  "scripts": {
    "lint": "eslint lib/",
    "pretest": "npm run lint",
    "test:unit": "mocha spec/unit --recursive -r spec/spec_helper",
    "test:integration": "mocha spec --recursive --timeout 60000",
    "test:payments": "mocha spec/v1/payments --recursive --timeout 60000",
    "test:customerDisputes": "mocha spec/v1/customerDisputes --recursive --timeout 60000",
    "test:billingPlans": "mocha spec/v1/billingPlans --recursive --timeout 60000",
    "test:billingAgreements": "mocha spec/v1/billingAgreements --recursive --timeout 60000",
    "test:invoices": "mocha spec/v1/invoices --recursive --timeout 60000",
    "test:webhooks": "mocha spec/v1/webhooks --recursive --timeout 60000",
    "test:vaults": "mocha spec/v1/vaults --recursive --timeout 60000",
    "test:paymentExperience": "mocha spec/v1/paymentExperience --recursive --timeout 60000",
    "test:identity": "mocha spec/v1/identity --recursive --timeout 60000",
    "test:orders": "mocha spec/v1/orders --recursive --timeout 60000",
    "test:sync": "mocha spec/v1/sync --recursive --timeout 60000",
    "test": "npm run test:unit"
  }
}
