{
  "name": "@onepay-payment-sdk/server",
  "version": "0.0.3",
  "description": "server payment sdk for onepay payment gateway",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    }
  },
  "keywords": [
    "onepay",
    "sri lanka",
    "ipg",
    "payment",
    "gateway",
    "payment integration"
  ],
  "author": "Devoscape <info@devoscape.com> (https://devoscape.com)",
  "contributors": [
    "HewageIrosha"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/devoscape/onepay-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/devoscape/onepay-sdk/issues"
  },
  "homepage": "https://github.com/devoscape/onepay-sdk",
  "license": "MIT",
  "devDependencies": {
    "@eslint/js": "^9.15.0",
    "@types/eslint__js": "^8.42.3",
    "eslint": "^9.15.0",
    "tsup": "^8.3.5",
    "typescript": "^5.6.3",
    "typescript-eslint": "^8.15.0"
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup src/**/*.ts --format cjs,esm --dts --watch",
    "typecheck": "tsc --noEmit",
    "lint": "eslint",
    "test": "vitest run",
    "test:watch": "vitest --watch"
  }
}