{
  "name": "cybersource-rest-client",
  "version": "0.0.66",
  "description": "Node.js SDK for the CyberSource REST API",
  "author": "developer@cybersource.com",
  "license": "CyberSource",
  "main": "src/index.js",
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha --recursive"
  },
  "browser": {
    "fs": false
  },
  "dependencies": {
    "axios": "1.8.4",
    "axios-cookiejar-support": "4.0.7",
    "tough-cookie": "4.1.3",
    "https-proxy-agent": "^7.0.0",
    "app-root-path": "^3.1.0",
    "chai": "^4.3.1",
    "chai-as-promised": "^7.1.1",
    "jwt-simple": "^0.5.6",
    "memory-cache": "^0.2.0",
    "node-forge": ">=1.0.0",
    "promise": "^8.3.0",
    "winston": "^3.11.0",
    "winston-daily-rotate-file": "^4.7.1",
    "node-jose": "^2.2.0",
    "jwk-to-pem": "^2.0.7"
  },
  "keywords": [
    "nodeJS"
  ],
  "devDependencies": {
    "@sinonjs/formatio": "5.0.1",
    "expect.js": "~0.3.1",
    "mocha": "^10.2.0",
    "mocha-sonarqube-reporter": "^1.0.2",
    "nyc": "^15.1.0",
    "sonar-scanner": "^3.1.0"
  }
}
