-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
144 lines (144 loc) · 4.3 KB
/
Copy pathpackage.json
File metadata and controls
144 lines (144 loc) · 4.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"name": "@synapseia-network/node",
"version": "0.9.13",
"description": "Synapseia Network node CLI — P2P compute for autonomous AI agents on Solana.",
"type": "module",
"license": "SEE LICENSE IN LICENSE",
"homepage": "https://github.com/erscoder/synapseia-node#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/erscoder/synapseia-node.git"
},
"bugs": {
"url": "https://github.com/erscoder/synapseia-node/issues"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=20"
},
"bin": {
"synapseia": "./dist/bootstrap.js",
"syn": "./dist/bootstrap.js"
},
"files": [
"dist",
"patches",
"scripts",
"LICENSE",
"README.md"
],
"scripts": {
"dev": "tsup index.ts --watch --onSuccess \"node dist/bootstrap.js --help\"",
"build": "tsup",
"prepare": "npm run build",
"postinstall": "patch-package",
"start": "node dist/bootstrap.js",
"test": "jest",
"test:diloco-compat": "PY=$([ -x /opt/training-venv/bin/python ] && echo /opt/training-venv/bin/python || command -v python3); echo \"[diloco-compat] python=$PY\"; \"$PY\" -c 'import torch;print(\"[diloco-compat] torch==\"+torch.__version__)'; echo '[diloco-compat] AUTHORITATIVE pre-release run MUST use the pinned torch==2.5.1 venv (/opt/training-venv); other torch versions are smoke-only'; \"$PY\" scripts/diloco_compat_smoke.py && \"$PY\" -m pytest scripts/__tests__/diloco_aggregate_executor_test.py -q",
"test:mutation": "NODE_OPTIONS=--experimental-vm-modules stryker run",
"lint": "eslint src"
},
"dependencies": {
"@inquirer/prompts": "8.4.3",
"@langchain/core": "1.1.47",
"@langchain/langgraph": "1.3.2",
"@langfuse/langchain": "5.3.0",
"@langfuse/otel": "5.3.0",
"@langfuse/tracing": "5.3.0",
"@libp2p/bootstrap": "12.0.22",
"@libp2p/crypto": "5.1.18",
"@libp2p/gossipsub": "15.0.23",
"@libp2p/identify": "4.1.6",
"@libp2p/kad-dht": "16.2.7",
"@libp2p/noise": "1.0.1",
"@libp2p/ping": "3.1.5",
"@libp2p/tcp": "11.0.20",
"@libp2p/utils": "7.1.0",
"@libp2p/yamux": "8.0.1",
"@multiformats/multiaddr": "13.0.3",
"@nestjs/axios": "4.0.1",
"@nestjs/common": "11.1.23",
"@nestjs/config": "4.0.4",
"@nestjs/core": "11.1.23",
"@noble/ed25519": "3.1.0",
"@noble/hashes": "2.2.0",
"@opentelemetry/sdk-node": "0.215.0",
"@solana/spl-token": "0.4.14",
"@solana/web3.js": "1.98.4",
"@types/bip39": "3.0.4",
"axios": "1.16.1",
"bip39": "3.1.0",
"bs58": "6.0.0",
"commander": "12.1.0",
"dotenv": "17.4.2",
"ed25519-hd-key": "2.0.0",
"libp2p": "3.3.1",
"ollama": "0.5.18",
"patch-package": "8.0.1",
"reflect-metadata": "0.2.2",
"rxjs": "7.8.2",
"semver": "7.8.1",
"socket.io-client": "4.8.3",
"usearch": "2.25.1"
},
"devDependencies": {
"@stryker-mutator/core": "9.6.1",
"@stryker-mutator/jest-runner": "9.6.1",
"@swc/core": "1.15.33",
"@types/jest": "29.5.14",
"@types/node": "20.19.41",
"@types/semver": "7.7.1",
"eslint": "9.39.4",
"jest": "29.7.0",
"ts-jest": "29.4.6",
"ts-node": "10.9.2",
"tsup": "8.5.1",
"tsx": "4.22.3",
"typescript": "5.9.3"
},
"overrides": {
"rpc-websockets": {
"uuid": "8.3.2"
}
},
"pnpm": {
"overrides": {
"rpc-websockets>uuid": "8.3.2",
"path-to-regexp": "^8.4.0",
"flatted": "^3.4.2",
"picomatch": "^4.0.4",
"semver": "^7.5.2",
"braces": "^3.0.3",
"micromatch": "^4.0.8",
"serialize-javascript": "^7.0.3",
"minimatch": "^10.0.1",
"follow-redirects": "^1.15.12",
"tough-cookie": "^4.1.3",
"undici": "^6.6.1",
"ws": "^8.17.1",
"file-type": "^21.3.2",
"js-yaml": "^4.1.1",
"postcss": "^8.5.10",
"send": "^1.2.0",
"nanoid": "^5.0.9",
"brace-expansion": "^2.0.3",
"diff": "^8.0.3",
"tmp": "^0.2.4",
"basic-ftp": "^5.3.0",
"fast-xml-parser": "^5.7.0",
"esbuild": "^0.25.0",
"fast-uri": "^3.1.2",
"h3": "^1.15.9",
"axios": "^1.15.0",
"uuid": ">=11.1.1 <12 || >=13.0.1 <14",
"protobufjs": ">=7.5.5",
"socket.io-parser": ">=4.2.6",
"ajv": ">=8.18.0",
"@nestjs/core": ">=11.1.18",
"lodash": ">=4.18.0",
"lodash-es": ">=4.18.0"
}
}
}