{
  "name": "aba-payway-sdk",
  "version": "0.2.35",
  "description": "Official PayWay Cambodia API SDK for Node.js",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "aba-payway-sdk": "./bin/cli.js"
  },
  "scripts": {
    "build": "tsc",
    "test": "npm run build && node test-simple.js",
    "clean": "rm -rf dist",
    "skills:add": "node bin/cli.js skills add",
    "skills:list": "node bin/cli.js skills list"
  },
  "keywords": [
    "payway",
    "cambodia",
    "payment",
    "aba",
    "khqr",
    "qr",
    "payment-gateway",
    "agent-skill",
    "ai-agent"
  ],
  "author": "PayWay Cambodia",
  "license": "MIT",
  "files": [
    "dist",
    "bin",
    "skills",
    "README.md",
    "LICENSE"
  ],
  "devDependencies": {
    "@types/node": "^20.11.0",
    "typescript": "^5.3.3"
  },
  "dependencies": {
    "axios": "^1.6.5",
    "form-data": "^4.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/seabnavin19/payway-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/seabnavin19/payway-sdk/issues"
  },
  "homepage": "https://github.com/seabnavin19/payway-sdk#readme",
  "engines": {
    "node": ">=14.0.0"
  }
}
