{
  "name": "@wheeskeey/node-przelewy24",
  "version": "2.1.3",
  "description": "A simple library for connecting przelewy24 service",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "prepublish": "npm run build",
    "build": "tsc",
    "build:check": "tsc --noEmit",
    "watch": "tsc --watch",
    "test": "echo 'no tests yet'",
    "docs": "npx typedoc --out docs src"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ingameltd/node-przelewy24.git"
  },
  "keywords": [
    "przelewy24",
    "nodejs",
    "p24",
    "P24",
    "przelewy",
    "library"
  ],
  "publishConfig": {
    "access": "public"
  },
  "author": "Kasun Vithanage",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ingameltd/node-przelewy24/issues"
  },
  "homepage": "https://github.com/ingameltd/node-przelewy24#readme",
  "devDependencies": {
    "@types/node": "^13.1.0",
    "typedoc": "^0.25.9",
    "typescript": "^4.1.3"
  },
  "dependencies": {
    "axios": "^1.6.7"
  }
}
