{
  "name": "@gray-adeyi/paystack-sdk",
  "version": "0.2.4",
  "description": "A paystack client SDK for the javascript runtime.",
  "keywords": [
    "paystack",
    "node",
    "bun",
    "deno",
    "typescript"
  ],
  "author": "Gbenga Adeyi <adeyigbenga005@gmail.com>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gray-adeyi/paystack-sdk.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gray-adeyi/paystack-sdk/issues"
  },
  "main": "./script/mod.js",
  "module": "./esm/mod.js",
  "exports": {
    ".": {
      "import": "./esm/mod.js",
      "require": "./script/mod.js"
    }
  },
  "dependencies": {
    "@deno/shim-deno": "~0.18.0",
    "axios": "^1.7.9",
    "lodash-es": "^4.17.21"
  },
  "devDependencies": {
    "@types/node": "^20.9.0",
    "@types/lodash-es": "^4.17.12"
  },
  "_generatedBy": "dnt@dev"
}