{ "name": "bitcoin-payment-push-service", "version": "0.1.0", "description": "Sample service that sends a phone push notification when a Bitcoin Lightning payment is received in an Arkade-enabled wallet (Boltz reverse swap).", "type": "module", "packageManager": "pnpm@10.33.0", "engines": { "node": ">=20" }, "scripts": { "dev": "tsx watch src/index.ts", "build": "tsc -p tsconfig.json", "start": "node dist/index.js", "demo": "tsx scripts/demo-receive.ts", "test": "vitest run", "test:watch": "vitest", "typecheck": "tsc -p tsconfig.json --noEmit" }, "dependencies": { "@arkade-os/boltz-swap": "^0.3.38", "@arkade-os/sdk": "^0.4.0", "dotenv": "^16.4.5", "fastify": "^5.2.0", "pino": "^9.5.0", "pino-pretty": "^13.0.0", "ws": "^8.18.0", "zod": "^3.24.1" }, "devDependencies": { "@types/node": "^22.10.0", "@types/ws": "^8.5.13", "tsx": "^4.19.2", "typescript": "^5.7.2", "vitest": "^2.1.8" } }