{
  "name": "@crypto-pay/sdk",
  "version": "0.1.1",
  "description": "Node.js SDK for Telegram CryptoBot (CryptoPay API)",
  "scripts": {
    "build": "rm -rf ./dist && tsc -p ./tsconfig.lib.json",
    "prepublishOnly": "npm run build",
    "test": "jest",
    "test:coverage": "jest --coverage"
  },
  "main": "dist/index.js",
  "types": "dist/types",
  "keywords": [
    "billing",
    "bot",
    "crypto-bot",
    "cryptocurrency",
    "payment",
    "payment-processing",
    "payment-system",
    "sdk",
    "telegram",
    "telegram-bot",
    "the-open-network",
    "ton"
  ],
  "license": "MIT",
  "homepage": "https://github.com/slavafomin/crypto-bot-sdk#readme",
  "bugs": {
    "url": "https://github.com/slavafomin/crypto-pay-sdk/issues"
  },
  "author": {
    "name": "Slava Fomin II",
    "email": "slava@fomin.io",
    "url": "https://github.com/slavafomin"
  },
  "engines": {
    "node": ">=12"
  },
  "files": [
    "assets/crypto-pay-beaver.png",
    "dist/"
  ],
  "peerDependencies": {
    "got": "^11.8.3"
  },
  "dependencies": {
    "decimal.js-light": "^2.5.1",
    "joi": "^17.4.2",
    "p-limit": "^3.1.0"
  },
  "devDependencies": {
    "@types/jest": "^27.0.3",
    "@types/node": "^12.20.37",
    "got": "^11.8.3",
    "jest": "^27.3.1",
    "jest-junit": "^13.0.0",
    "npm-run-all": "^4.1.5",
    "ts-jest": "^27.0.7",
    "ts-node": "^10.4.0",
    "tsconfig-paths": "^3.12.0",
    "typescript": "^4.5.2"
  }
}
