{
  "name": "routex-client",
  "version": "0.7.0",
  "description": "YAXI routex client",
  "homepage": "https://yaxi.tech",
  "author": "YAXI GmbH",
  "license": "UNLICENSED",
  "type": "module",
  "module": "./index.js",
  "exports": "./index.js",
  "types": "./index.d.ts",
  "files": [
    "client.d.ts",
    "index.d.ts",
    "index.js",
    "models.d.ts"
  ],
  "scripts": {
    "build": "rollup --input index.ts --dir . --plugin typescript --plugin json --external @noble/ciphers/chacha.js,@noble/ciphers/utils.js,routex-settlement,routex-models,routex-models/internal",
    "clean": "tsc --build --clean",
    "fmt": "prettier --write .",
    "lint": "eslint",
    "test": "npm run build && NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest"
  },
  "dependencies": {
    "@noble/ciphers": "^2.0.0",
    "routex-models": "^0.1.0",
    "routex-settlement": "^0.3.0"
  },
  "devDependencies": {
    "@eslint/js": "^9.21.0",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-typescript": "^12.1.4",
    "eslint": "^9.21.0",
    "globals": "^16.4.0",
    "jest": "^30.1.3",
    "jest-environment-jsdom": "^30.1.2",
    "jsonwebtoken": "^9.0.2",
    "prettier": "^3.6.2",
    "rollup": "^4.52.2",
    "typescript": "^5.7.3",
    "typescript-eslint": "^8.24.1",
    "uuid": "^13.0.0"
  }
}
