UNPKG

@mrboombastic/node-przelewy24

Version:

A simple library for connecting przelewy24 service

45 lines (44 loc) 1.04 kB
{ "name": "@mrboombastic/node-przelewy24", "version": "2.2.1", "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": "git+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": "^24.2.1", "typescript": "^5.9.2" }, "dependencies": { "axios": "^1.11.0" } }