mirror of
https://github.com/Routstr/routstrd.git
synced 2026-08-09 19:56:58 +00:00
33 lines
686 B
JSON
33 lines
686 B
JSON
{
|
|
"name": "routstrd",
|
|
"version": "0.1.0",
|
|
"module": "src/index.ts",
|
|
"type": "module",
|
|
"private": false,
|
|
"bin": {
|
|
"routstrd": "./src/index.ts"
|
|
},
|
|
"scripts": {
|
|
"start": "bun src/index.ts start",
|
|
"monitor": "bun src/index.ts monitor",
|
|
"lint": "tsc --noEmit",
|
|
"test": "bun test"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "latest"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5"
|
|
},
|
|
"dependencies": {
|
|
"@cashu/cashu-ts": "^3.1.1",
|
|
"@routstr/sdk": "^0.2.2",
|
|
"applesauce-core": "^5.1.0",
|
|
"applesauce-relay": "^5.1.0",
|
|
"better-sqlite3": "^11.7.2",
|
|
"commander": "^14.0.2",
|
|
"rxjs": "^7.8.1",
|
|
"zustand": "^5.0.5"
|
|
}
|
|
}
|