{ "name": "@clawd/auth-runtime", "version": "1.1.0", "description": "Shared TypeScript auth runtime for OpenClaw skills", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "scripts": { "build": "tsc", "compile": "bun build --compile src/cli.ts --outfile auth-rt", "clean": "rm -rf dist auth-rt" }, "keywords": [ "auth", "runtime", "openclaw" ], "author": "", "license": "MIT", "devDependencies": { "@types/node": "^25.3.3", "typescript": "^5.9.3" } }