forked from Vero-protocol/vero-core-engine
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 855 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 855 Bytes
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
{
"name": "@vero/engine-bridge",
"version": "0.1.0",
"description": "Vero Protocol — RPC failover, nonce management, event propagation",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand",
"lint": "eslint src --ext .ts"
},
"dependencies": {
"@stellar/stellar-sdk": "12.3.0",
"better-sqlite3": "^12.11.1",
"winston": "^3.19.0",
"ws": "^8.21.2"
},
"devDependencies": {
"@types/better-sqlite3": "7.6.8",
"@types/jest": "29.5.12",
"@types/node": "20.14.2",
"@types/ws": "8.5.10",
"@typescript-eslint/eslint-plugin": "^8.61.1",
"@typescript-eslint/parser": "^8.61.1",
"eslint": "^8.57.0",
"jest": "29.7.0",
"ts-jest": "29.1.5",
"typescript": "5.5.2"
}
}