{ "name": "@warkanum/origin-client", "version": "0.1.0", "description": "Origin service check-in client: registers this process with origin.warky.dev and re-pings it on an interval.", "type": "module", "license": "Apache-2.0", "engines": { "node": ">=18" }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "files": [ "dist" ], "scripts": { "build": "tsc -p tsconfig.json", "test": "vitest run", "typecheck": "tsc --noEmit", "example": "npm run build && node examples/testclient.mjs" }, "devDependencies": { "@types/node": "^22.10.0", "typescript": "^5.7.0", "vitest": "^4.1.10" } }