{
  "name": "tbank-payments",
  "version": "1.0.4",
  "description": "Библиотека для интеграции с API T-Bank эквайринг. Поддерживает платежи картами, СБП, рекуррентные платежи, управление клиентами и картами, QR-коды.",
  "main": "index.js",
  "author": "esurkov1",
  "license": "MIT",
  "keywords": [
    "tbank",
    "tinkoff",
    "acquiring",
    "payments",
    "ecommerce",
    "sbp",
    "qr",
    "russia",
    "api"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/esurkov1/tbank-payments"
  },
  "bugs": {
    "url": "https://github.com/esurkov1/tbank-payments/issues"
  },
  "homepage": "https://github.com/esurkov1/tbank-payments#readme",
  "engines": {
    "node": ">=12.0.0"
  },
  "dependencies": {
    "axios": "^1.10.0",
    "joi": "^17.13.3"
  },
  "devDependencies": {
    "jest": "^30.0.4",
    "@types/node": "^22.0.0"
  },
  "scripts": {
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage"
  },
  "files": [
    "index.js",
    "README.md",
    "LICENSE"
  ]
}
