{ "name": "@xo-cash/coordinator-server", "version": "0.0.1", "description": "XO Cash Coordinator Server", "type": "module", "types": "./dist/index.d.mts", "source": "./source/index.ts", "module": "./dist/index.mjs", "exports": { "types": "./dist/index.d.mts", "default": "./dist/index.mjs" }, "publishConfig": { "access": "public" }, "sideEffects": false, "scripts": { "analyze": "tsdown --clean --no-fixed-extension --sourcemap source/index.ts && esbuild-analyzer dist/", "build": "tsdown --clean --sourcemap source/index.ts", "dev": "tsx watch source/app.ts", "docs": "typedoc --hideGenerator --categorizeByGroup", "format": "prettier --write . && eslint --fix", "spellcheck": "cspell 'source/**' 'test/**' 'playground/**'", "style": "eslint", "syntax": "tsc --noEmit", "test": "vitest --dir test/ --test-timeout=15000 --passWithNoTests --run --coverage", "test:watch": "vitest" }, "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://gitlab.com/GeneralProtocols/xo/coordinator-server.git" }, "author": "GeneralProtocols", "license": "MIT", "bugs": { "url": "https://gitlab.com/GeneralProtocols/xo/coordinator-server/issues" }, "homepage": "https://gitlab.com/GeneralProtocols/xo/coordinator-server#readme", "keywords": [ "bitcoin cash", "xo cash" ], "dependencies": { "@bitauth/libauth": "^3.1.0-next.8", "@hono/node-server": "^2.0.5", "@xo-cash/utils": "^0.0.2-development.15512051893", "debug": "^4.4.3", "dotenv": "^17.4.2", "hono": "^4.12.26", "kysely": "^0.29.4", "kysely-node-native-sqlite": "^1.0.1", "ws": "^8.21.0", "zod": "^4.4.3" }, "overrides": { "echarts": "6.1.0" }, "devDependencies": { "@generalprotocols/cspell-dictionary": "^1.0.1", "@types/debug": "^4.1.13", "@types/node": "^25.9.3", "@types/ws": "^8.18.1", "@vitest/coverage-v8": "^4.1.9", "@viz-kit/esbuild-analyzer": "^1.0.0", "@xo-cash/eslint-config": "1.0.2", "cspell": "^10.0.1", "prettier": "^3.8.4", "tsdown": "^0.22.14", "tsx": "^4.22.4", "typedoc": "^0.28.20", "typedoc-plugin-coverage": "^4.0.2", "typescript": "^6.0.3", "typescript-eslint": "^8.65.0", "vitest": "^4.1.9" } }