forked from shardeum/shardeum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
123 lines (123 loc) · 4.65 KB
/
package.json
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
{
"name": "shardeum",
"version": "1.12.1",
"description": "",
"main": "dist/src/index.js",
"scripts": {
"pm2": "cross-env PM2_HOME='./.pm2' pm2",
"start": "node scripts/start.js && node dist/src/index.js",
"stop": "node scripts/stop.js",
"clean": "node scripts/clean.js",
"compile": "tsc -p .",
"lint": "eslint \"./src/**/*.ts\"",
"format-check": "prettier --check './src/**/*.ts'",
"format-fix": "prettier --write './src/**/*.ts'",
"prepare": "npm run compile",
"restart": "npm run prepare && shardus stop && shardus clean && shardus start",
"pretest": "npm run compile",
"posttest": "",
"dbg": "shardus start 3 && shardus stop && rm -rf instances/",
"test": "jest --detectOpenHandles --useStderr --coverage",
"test:smoke": "cross-env minNodes=20 nodesPerConsensusGroup=5 NODE_ENV='DEBUG' jest --detectOpenHandles --useStderr --coverage main.test.ts",
"test:shardedNet": "cross-env minNodes=20 nodesPerConsensusGroup=5 NODE_ENV='DEBUG' jest --detectOpenHandles --useStderr --coverage shardedNetwork.test.ts",
"test:singleShardRotation": "cross-env minNodes=10 nodesPerConsensusGroup=20 NODE_ENV='DEBUG' NodeReward=false jest --detectOpenHandles --useStderr --coverage singleShardRotation.test.ts",
"test:autoscaleNet": "cross-env minNodes=5 nodesPerConsensusGroup=10 maxRotatedPerCycle=0 NODE_ENV='DEBUG' jest --detectOpenHandles --useStderr --coverage autoScaleNet.test.ts",
"update-template": "node scripts/update-template.js",
"build-docker-dev": "docker build -f dev.Dockerfile -t registry.gitlab.com/shardeum/server:dev .",
"push-docker-dev": "docker push registry.gitlab.com/shardeum/server:dev",
"build-docker-dev2": "docker build -f dev.Dockerfile -t registry.gitlab.com/shardeum/server:dev3 .",
"push-docker-dev2": "docker push registry.gitlab.com/shardeum/server:dev3",
"build-docker-production": "docker build -f dev.Dockerfile -t registry.gitlab.com/shardeum/server .",
"push-docker-production": "docker push registry.gitlab.com/shardeum/server",
"tsc": "tsc",
"dcr": "node scripts/debugCycleRecords.ts"
},
"author": "",
"dependencies": {
"@ethereumjs/block": "^5.0.0",
"@ethereumjs/blockchain": "^7.0.0",
"@ethereumjs/common": "^4.0.0",
"@ethereumjs/evm": "^2.0.0",
"@ethereumjs/rlp": "^5.0.0",
"@ethereumjs/statemanager": "^2.0.0",
"@ethereumjs/trie": "^6.0.0",
"@ethereumjs/tx": "^5.0.0",
"@ethereumjs/util": "^9.0.0",
"@ethereumjs/vm": "7.0.0",
"@mapbox/node-pre-gyp": "1.0.10",
"@shardus/archiver-discovery": "1.1.0",
"@shardus/core": "2.12.30-69",
"@shardus/crypto-utils": "4.1.3",
"@shardus/net": "1.3.15",
"@shardus/types": "1.2.13",
"@types/sqlite3": "3.1.8",
"cliffy": "2.5.1",
"cls-hooked": "^4.2.2",
"debug": "4.3.4",
"deepmerge": "4.2.2",
"dotenv": "16.0.0",
"ethereum-cryptography": "^2.1.2",
"ethereumjs-wallet": "1.0.2",
"fast-stable-stringify": "1.0.0",
"functional-red-black-tree": "^1.0.1",
"got": "^11.8.6",
"inquirer": "9.1.4",
"rfdc": "1.3.0",
"sqlite3": "5.1.6"
},
"devDependencies": {
"@shardus/archiver": "3.4.23",
"@shardus/monitor-server": "2.8.4",
"@types/decimal.js": "7.4.0",
"@types/express": "4.17.2",
"@types/heapdump": "0.3.1",
"@types/jest": "26.0.20",
"@types/lodash": "4.14.149",
"@types/node": "18.16.1",
"@typescript-eslint/eslint-plugin": "5.48.0",
"@typescript-eslint/parser": "5.48.0",
"@typescript-eslint/typescript-estree": "6.10.0",
"axios": "1.6.1",
"cross-env": "5.2.0",
"eslint": "8.44.0",
"eslint-config-prettier": "8.6.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-no-unsanitized": "4.0.2",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-security": "1.7.1",
"eslint-plugin-standard": "4.0.1",
"eslint-plugin-xss": "0.1.12",
"execa": "4.0.1",
"fast-deep-equal": "3.1.3",
"gts": "3.1.1",
"hygen-create": "0.2.1",
"jest": "26.6.3",
"pm2": "5.3.0",
"prettier": "2.8.1",
"shardus": "4.3.0",
"shelljs": "0.8.5",
"standard": "12.0.1",
"ts-jest": "26.5.2",
"typescript": "4.9.4",
"yarpm": "0.2.1"
},
"overrides": {
"@babel/traverse": "7.23.2",
"qs": "6.11.2",
"ejs": "3.1.9",
"@hapi/hoek": "8.5.1",
"shelljs": "0.8.5",
"tough-cookie": "4.1.3",
"xml2js": "0.5.0",
"log4js": "6.4.0",
"passport": "0.6.0",
"axios": "1.6.1",
"debug": "4.3.4",
"jsonwebtoken": "9.0.2",
"engine.io": "3.6.1",
"nat-api": "timadinorth/nat-api#appsec-dep-fix"
}
}