{
  "name": "@acancescu/payu",
  "version": "1.1.3",
  "description": "PayU client for NodeJS",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alexandrucancescu/payu.git"
  },
  "keywords": [
    "payu",
    "typescript",
    "node"
  ],
  "author": "Kasun Vithanage",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/alexandrucancescu/payu/issues"
  },
  "homepage": "https://github.com/alexandrucancescu/payu#readme",
  "devDependencies": {
    "@types/node": "^22.13.9",
    "prettier": "^3.5.3",
    "typescript": "^4.6.3"
  },
  "dependencies": {
    "dayjs": "^1.11.13",
    "ky": "^1.7.5"
  },
  "scripts": {
    "prepublish": "tsc",
    "build": "tsc",
    "build:check": "tsc --noEmit",
    "watch": "tsc --watch"
  }
}