-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.53 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.53 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
{
"name": "cheese-blockchain",
"version": "5.1.7",
"description": "Hybrid Blockchain with MongoDB + Firestore Sync",
"main": "start-server.js",
"scripts": {
"start": "node start-server.js",
"wallet": "node server.js",
"dev": "node --max-old-space-size=4096 start-server.js",
"verify": "bash scripts/pre-deploy-check.sh"
},
"engines": {
"node": "20.x"
},
"keywords": [
"blockchain",
"wallet",
"crypto",
"cheese"
],
"author": "CHEESE Blockchain Team",
"license": "UNLICENSED",
"overrides": {
"gl": "npm:empty-npm-package@1.0.0",
"canvas": "npm:empty-npm-package@1.0.0"
},
"dependencies": {
"@chainsafe/libp2p-noise": "^17.0.0",
"@google-cloud/firestore": "^7.1.0",
"@google-cloud/storage": "^7.7.0",
"@libp2p/gossipsub": "^15.0.11",
"@libp2p/kad-dht": "^16.1.2",
"@libp2p/tcp": "^11.0.9",
"@libp2p/websockets": "^10.1.2",
"@noble/post-quantum": "^0.6.1",
"axios": "^1.13.2",
"bip39": "^3.1.0",
"bn.js": "^5.2.1",
"brain.js": "^2.0.0-beta.24",
"cors": "^2.8.5",
"crypto-js": "^4.2.0",
"dotenv": "^16.3.1",
"elliptic": "^6.6.1",
"ethers": "^6.16.0",
"express": "^4.18.2",
"express-rate-limit": "^8.2.1",
"firebase-admin": "^13.6.0",
"hdkey": "^2.1.0",
"helmet": "^7.1.0",
"libp2p": "^1.0.11",
"multer": "^1.4.5-lts.1",
"node-fetch": "^2.6.7",
"qrcode": "^1.5.4",
"simple-statistics": "^7.8.9",
"sql.js": "^1.13.0",
"sqlite3": "^5.1.7",
"web3": "^4.16.0",
"ws": "^8.14.2"
}
}