{
  "name": "@mrboombastic/node-przelewy24",
  "version": "2.5.2",
  "description": "A simple library for connecting Przelewy24 service",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "prepare": "yarn run build",
    "prepublishOnly": "yarn test && yarn build:check",
    "build": "tsc",
    "build:check": "tsc --noEmit",
    "watch": "tsc --watch",
    "test": "echo 'no tests yet'"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/MrBoombastic/node-przelewy24.git"
  },
  "keywords": [
    "przelewy24",
    "nodejs",
    "p24",
    "P24",
    "przelewy",
    "payments",
    "api"
  ],
  "publishConfig": {
    "access": "public"
  },
  "author": "Ingame, MrBoombastic",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/MrBoombastic/node-przelewy24/issues"
  },
  "homepage": "https://github.com/MrBoombastic/node-przelewy24#readme",
  "devDependencies": {
    "@types/node": "^25.2.0",
    "typescript": "^5.9.2"
  },
  "dependencies": {
    "axios": "^1.12.2"
  }
}
