{
  "name": "@paciolan/cybersource-sdk",
  "version": "0.4.0",
  "description": "CyberSource REST API Typescript SDK",
  "author": "Paciolan",
  "keywords": [
    "cybersource"
  ],
  "license": "Cybersource",
  "main": "./dist/index.js",
  "typings": "./dist/index.d.ts",
  "scripts": {
    "build": "tsc --outDir dist/",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "axios": "^1.4.0",
    "jwt-simple": "^0.5.6",
    "memory-cache": "^0.2.0",
    "node-forge": "^1.3.1",
    "tslib": "^2.6.2",
    "winston": "^3.9.0",
    "winston-daily-rotate-file": "^4.7.1"
  },
  "devDependencies": {
    "@types/node": "^20.9.2",
    "typescript": "^5.2.0, <5.3",
    "@dudeofawesome/typescript-configs": "^2.0.0-8",
    "type-fest": "^4.8.2"
  },
  "homepage": "https://github.com/Paciolan/cybersource-sdk/blob/main/README.md",
  "repository": {
    "type": "git",
    "url": "https://github.com/Paciolan/cybersource-sdk"
  },
  "files": [
    "dist/"
  ]
}
