{
  "name": "@kasvith/przelewy24",
  "version": "0.1.0",
  "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'"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kasvith/node-przelewy24.git"
  },
  "keywords": [
    "przelewy24",
    "nodejs",
    "przelewy",
    "library"
  ],
  "publishConfig": {
    "access": "public"
  },
  "author": "Kasun Vithanage",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kasvith/node-przelewy24/issues"
  },
  "homepage": "https://github.com/kasvith/node-przelewy24#readme",
  "devDependencies": {
    "@types/node": "^13.1.0",
    "typescript": "^3.7.4"
  },
  "dependencies": {
    "axios": "^0.19.0"
  }
}