{
  "name": "optimus-tofu-staging",
  "version": "0.1.18",
  "description": "Shared TOFU auth and request signing helpers for Optimus clients.",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist/**/*",
    "README.md"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "prepack": "npm run build"
  },
  "engines": {
    "node": ">=18"
  },
  "license": "UNLICENSED",
  "dependencies": {
    "canonicalize": "^2.1.0",
    "@types/node": "^24.10.1",
    "typescript": "^5.4.5"
  },
  "devDependencies": {}
}
