34 lines
789 B
JSON
34 lines
789 B
JSON
{
|
|
"name": "sync-server",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "DEBUG=xo:* tsx src/app.ts",
|
|
"dev": "DEBUG=xo:* tsx watch src/app.ts",
|
|
"build": "tsc",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"devDependencies": {
|
|
"@types/better-sqlite3": "^7.6.13",
|
|
"@types/debug": "^4.1.12",
|
|
"@types/node": "^25.9.1",
|
|
"@xo-cash/types": "file:../types",
|
|
"tsx": "^4.21.0",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"dependencies": {
|
|
"@bitauth/libauth": "^3.0.0",
|
|
"@fastify/cors": "^11.2.0",
|
|
"better-sqlite3": "^12.10.0",
|
|
"debug": "^4.4.3",
|
|
"fastify": "^5.7.2",
|
|
"msgpackr": "^2.0.1",
|
|
"zod": "^4.3.6"
|
|
}
|
|
}
|