-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.61 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
{
"name": "klyntar",
"version": "1.0.0",
"description": "KLYNTAR core for everything in endless space!",
"main": "klyn74r.js",
"type": "module",
"scripts": {
"init": "npm ci --only=production && node klyn74r.js",
"postinstall": "node ./npm_scripts/script.js"
},
"bin": {
"klyntar": "klyn74r.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KLYN74R/KlyntarCore.git"
},
"author": "KlyntarTeam",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/KLYN74R/KlyntarCore/issues"
},
"homepage": "https://github.com/KLYN74R/KlyntarCore#readme",
"dependencies": {
"@assemblyscript/loader": "^0.20.19",
"@fastify/cors": "^9.0.1",
"@idena/vrf-js": "^1.0.1",
"@klyntar/klyntarevmjsonrpc": "^3.6.0",
"assemblyscript": "^0.19.23",
"base-58": "^0.0.1",
"bigi": "^1.4.2",
"bip-schnorr": "^0.6.7",
"blake3-wasm": "^2.1.5",
"bls-eth-wasm": "^1.1.1",
"chalk-animation": "^1.6.0",
"cli-spinners": "^2.9.2",
"fastify": "^4.25.1",
"level": "^7.0.1",
"node-fetch": "^3.3.2",
"node-seal": "^5.1.3",
"ntru": "^3.2.4",
"ora": "^6.3.1",
"secp256k1": "^4.0.3",
"snarkjs": "^0.7.4",
"wasm-metering": "^0.2.1",
"websocket": "^1.0.34",
"@ethereumjs/tx": "4.1.2"
},
"devDependencies": {
"@ethereumjs/common": "^3.0.0",
"@ethereumjs/tx": "^4.0.0",
"@ethersproject/abi": "^5.7.0",
"@solana/web3.js": "^1.87.6",
"eslint": "^8.56.0",
"ethereumjs-common": "^1.5.2",
"ethereumjs-tx": "^2.1.2",
"mathjs": "^13.2.0",
"random-bytes": "^1.0.0",
"web3": "^1.8.0"
}
}