-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
41 lines (41 loc) · 1.11 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
{
"author": "zCloak",
"bugs": "https://github.com/zCloak-Network/zkid-sdk/issues",
"contributors": [],
"description": "zCloak crypto package",
"homepage": "https://github.com/zCloak-Network/zkid-sdk/tree/master/utility/crypto#readme",
"license": "Apache-2.0",
"maintainers": [],
"name": "@zcloak/crypto",
"publishConfig": {
"directory": "build"
},
"repository": {
"directory": "utility/crypto",
"type": "git",
"url": "https://github.com/zCloak-Network/zkid-sdk.git"
},
"sideEffects": false,
"type": "module",
"version": "2.0.0",
"main": "index.js",
"dependencies": {
"@noble/hashes": "^1.2.0",
"@noble/secp256k1": "^1.7.1",
"@polkadot/util": "^12.1.2",
"@scure/base": "^1.1.1",
"@zcloak/cross": "workspace:^",
"@zcloak/wasm": "workspace:^",
"@zcloak/wasm-asm": "workspace:^",
"@zcloak/wasm-bridge": "workspace:^",
"bip39": "^3.1.0",
"canonicalize": "^2.0.0",
"ed2curve": "^0.3.0",
"ethereumjs-abi": "^0.6.8",
"tweetnacl": "^1.0.3"
},
"devDependencies": {
"@types/ed2curve": "^0.2.2",
"@types/ethereumjs-abi": "^0.6.3"
}
}