-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.11 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.11 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
{
"name": "@kenshi.io/unchained",
"version": "0.8.5",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"lint": "tslint -p tsconfig.json",
"prepublishOnly": "npm run build"
},
"keywords": [],
"bin": {
"unchained": "dist/index.js"
},
"author": "",
"license": "BUSL-1.1",
"dependencies": {
"@chainsafe/bls": "^7.1.2",
"base-ex": "^0.8.1",
"commander": "^11.1.0",
"console-table-printer": "^2.11.2",
"enquirer": "^2.4.1",
"ethers": "^6.8.1",
"hyperswarm": "^4.7.9",
"iso-websocket": "^0.1.6",
"json-canon": "^1.0.1",
"latest-version": "^7.0.0",
"mongodb": "^6.3.0",
"node-cron": "^3.0.3",
"ora": "^7.0.1",
"semver": "^7.5.4",
"unws": "^0.2.4",
"winston": "^3.11.0",
"yaml": "^2.3.4"
},
"type": "module",
"optionalDependencies": {
"@chainsafe/blst": "^0.2.9"
},
"devDependencies": {
"@types/node": "^20.10.4",
"@types/node-cron": "^3.0.11",
"@types/semver": "^7.5.6",
"@types/winston": "^2.4.4",
"@types/ws": "^8.5.10",
"tslint": "^6.1.3",
"typescript": "^5.3.2"
}
}