forked from shardeum/shardeum
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
130 lines (130 loc) · 5.26 KB
/
package.json
File metadata and controls
130 lines (130 loc) · 5.26 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
{
"name": "@shardeum-foundation/shardeum",
"version": "1.17.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",
"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",
"release:prerelease": "npm run prepare && npm version prerelease --preid=prerelease && git push --follow-tags && npm publish --tag prerelease",
"release:patch": "npm run prepare && npm version patch && git push --follow-tags && npm publish",
"release:minor": "npm run prepare && npm version minor && git push --follow-tags && npm publish",
"release:major": "npm run prepare && npm version major && git push --follow-tags && npm publish"
},
"author": "",
"dependencies": {
"@shardeum-foundation/lib-archiver-discovery": "1.1.1",
"@shardeum-foundation/core": "2.13.7-prerelease.4",
"@shardeum-foundation/lib-crypto-utils": "4.1.7",
"@shardeum-foundation/lib-net": "1.4.2",
"@shardeum-foundation/lib-types": "1.2.23",
"@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",
"@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": {
"@shardeum-foundation/archiver": "3.5.9-prerelease.2",
"@shardeum-foundation/monitor-server": "2.8.9",
"@shardeum-foundation/tools-shardus-cli": "4.3.2",
"@types/decimal.js": "7.4.0",
"@types/express": "4.17.21",
"@types/heapdump": "0.3.1",
"@types/jest": "29.5.13",
"@types/lodash": "4.14.149",
"@types/node": "18.19.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": "29.7.0",
"pm2": "5.3.0",
"prettier": "2.8.1",
"shelljs": "0.8.5",
"standard": "12.0.1",
"ts-jest": "29.2.5",
"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.9.1",
"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"
},
"publishConfig": {
"access": "public"
}
}