{
  "name": "routstrd",
  "version": "0.4.2",
  "module": "src/index.ts",
  "type": "module",
  "private": false,
  "bin": {
    "routstrd": "./dist/index.js"
  },
  "scripts": {
    "start": "bun src/index.ts start",
    "monitor": "bun src/index.ts monitor",
    "lint": "tsc --noEmit",
    "test": "bun test",
    "build": "bun build src/index.ts --target=bun --outfile=dist/index.js --external better-sqlite3 && bun build src/daemon/index.ts --target=bun --outfile=dist/daemon/index.js --external better-sqlite3",
    "prepublishOnly": "bun run build"
  },
  "devDependencies": {
    "@types/bun": "latest",
    "@types/qrcode": "^1.5.6"
  },
  "peerDependencies": {
    "typescript": "^5"
  },
  "dependencies": {
    "@cashu/cashu-ts": "^4.3.0",
    "@cashu/coco-core": "^1.0.1",
    "@cashu/coco-sqlite-bun": "^1.0.1",
    "@routstr/sdk": "^0.4.1",
    "@scure/bip39": "^2.2.0",
    "applesauce-core": "^5.1.0",
    "applesauce-relay": "^5.1.0",
    "applesauce-wallet-connect": "^6.0.0",
    "coco-cashu-core": "1.1.2-rc.50",
    "coco-cashu-plugin-npc": "2.4.1",
    "commander": "^14.0.2",
    "nostr-tools": "^2.12.0",
    "qrcode": "^1.5.4",
    "rxjs": "^7.8.1",
    "yaml": "^2.9.0",
    "zustand": "^5.0.5"
  }
}
