-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.31 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.31 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
{
"name": "@reflector/node-orchestrator",
"version": "0.12.92",
"description": "Orchestrator service for Reflector cluster nodes",
"author": "team@stellar.expert",
"license": "MIT",
"main": "index.js",
"scripts": {
"start": "cross-env NODE_ENV=production node index.js",
"dev": "cross-env NODE_ENV=development nodemon index.js",
"lint": "eslint . --ext .js",
"test": "jest"
},
"engines": {
"node": ">=18"
},
"repository": {
"type": "git",
"url": "git@github.com:reflector-network/node-orchestrator.git"
},
"dependencies": {
"@reflector/oracle-client": "github:reflector-network/oracle-client#v7.1.0",
"@reflector/reflector-shared": "github:reflector-network/reflector-shared#v7.1.1",
"@stellar-expert/tx-meta-effects-parser": "^8.3.3",
"@stellar/stellar-sdk": "15.0.1",
"axios": "1.15.0",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"express": "^4.18.2",
"http-proxy-middleware": "^3.0.5",
"mongoose": "^8.0.0",
"pino": "9.6.0",
"rotating-file-stream": "3.2.6",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.0",
"uuid": "11.1.0",
"ws": "8.18.2"
},
"devDependencies": {
"@stellar-expert/eslint-config-js": "github:stellar-expert/eslint-config-js",
"cross-env": "^7.0.3",
"jest": "^29.5.0"
}
}