{
  "name": "@paykit-sdk/core",
  "version": "1.1.7",
  "description": "The Payment Toolkit for Typescript",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsup src/index.ts --format cjs,esm --dts",
    "prepublishOnly": "rm -rf dist && npm run build"
  },
  "keywords": [
    "payment",
    "typescript",
    "sdk",
    "paykit",
    "payment-processing"
  ],
  "author": "Emmanuel Odii",
  "license": "ISC",
  "devDependencies": {
    "tsup": "^8.0.0",
    "typescript": "^5.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/devodii/paykit.git"
  },
  "bugs": {
    "url": "https://github.com/devodii/paykit/issues"
  },
  "dependencies": {
    "chalk": "^5.4.1",
    "commander": "^14.0.0",
    "inquirer": "^12.7.0",
    "zod": "^3.25.76"
  }
}
