{
  "name": "@trowdev/pagsquare",
  "version": "1.3.6",
  "description": "SDK de integração com a API PagSquare",
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://TrowDev/PagSquare-SDK.git"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "npx tsc",
    "start": "npm run build && node build/index.js",
    "deploy": "npm run build && npm publish --access public"
  },
  "keywords": [
    "pagsquare",
    "pagamento",
    "ecommerce",
    "pix",
    "pay",
    "api",
    "sdk",
    "qrcode"
  ],
  "author": "TrowDev <trowdev@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "@types/node": "^22.13.4",
    "axios": "^1.7.9",
    "qrcode": "^1.5.4",
    "typed-rest-client": "^2.1.0"
  },
  "devDependencies": {
    "@types/qrcode": "^1.5.5",
    "typescript": "^5.7.3"
  },
  "types": "./dist/index.d.ts",
  "bugs": {
    "url": "https://TrowDev/PagSquare-SDK/issues"
  },
  "homepage": "https://TrowDev/PagSquare-SDK#readme"
}
