{
  "name": "payrex-js-sdk",
  "version": "1.4.11",
  "description": "A PayRex SDK written for NodeJS",
  "main": "dist/index.cjs",
  "types": "dist/index.d.cts",
  "type": "module",
  "files": [
    "dist/**/*"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/micahbule/payrex-js-sdk.git"
  },
  "keywords": [
    "payments",
    "payrex"
  ],
  "author": "Micah Andrew Bule",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/micahbule/payrex-js-sdk/issues"
  },
  "homepage": "https://github.com/micahbule/payrex-js-sdk#readme",
  "devDependencies": {
    "@types/mocha": "^10.0.6",
    "@types/node": "^20.12.8",
    "@types/qs": "^6.9.15",
    "mocha": "^10.4.0",
    "nock": "^13.5.4",
    "sinon": "^18.0.0",
    "ts-node": "^10.9.2",
    "tsup": "^8.0.2",
    "typescript": "^5.4.5"
  },
  "dependencies": {
    "@biomejs/biome": "1.9.4",
    "@types/needle": "^3.3.0",
    "@types/sinon": "^17.0.3",
    "needle": "^3.3.1",
    "qs": "^6.12.1"
  },
  "scripts": {
    "test": "mocha",
    "test:spec": "mocha -- --grep",
    "lint": "biome lint ./src",
    "build": "tsup src --dts"
  }
}