-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.37 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.37 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
{
"name": "@stless/cif",
"version": "1.0.2",
"description": "Deterministic format-agnostic identity framework",
"author": "Aries Harbinger",
"license": "BUSL-1.1",
"main": "./lib/cif.js",
"homepage": "https://github.com/harnuma9/cripta-identity-framework#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/harnuma9/cripta-identity-framework.git"
},
"bugs": {
"url": "https://github.com/harnuma9/cripta-identity-framework/issues"
},
"engines": {
"node": ">=24"
},
"scripts": {
"verify": "node verify.js",
"postinstall": "npm run verify",
"prepublishOnly": "npm run verify"
},
"keywords": [
"cryptography",
"post-quantum",
"ml-kem",
"identity",
"privacy",
"security",
"framework",
"crypto"
],
"dependencies": {
"@polkadot/keyring": "^14.0.3",
"@polkadot/util": "^14.0.3",
"@polkadot/util-crypto": "^14.0.3",
"@solana/web3.js": "^1.98.4",
"algosdk": "^3.5.2",
"bip39": "^3.1.0",
"bs58": "^6.0.0",
"buffer-crc32": "^1.0.0",
"crc": "^4.3.2",
"ed25519-hd-key": "^1.3.0",
"ethers": "^6.16.0",
"mlkem": "^2.7.0",
"monero-ts": "^0.11.8",
"qrcode": "^1.5.4",
"wif": "^5.0.0"
},
"overrides": {
"serialize-javascript": "^7.0.2",
"uuid": "^11.0.0",
"lodash": "^4.18.1"
},
"publishConfig": {
"access": "public"
}
}