-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathpackage.json
More file actions
98 lines (98 loc) · 3.01 KB
/
Copy pathpackage.json
File metadata and controls
98 lines (98 loc) · 3.01 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"version": "2.102.2",
"name": "ambire-common",
"description": "Common ground for the Ambire apps",
"scripts": {
"humanizer:update:metamaskContactMetadata": "node scripts/updateHumanizerInfoWithMetaMaskContactMetadata.js",
"humanizer:generate:combineHumanizerJsons": "node scripts/combineHumanizerJsons.js",
"compile:contracts": "npx hardhat compile && ts-node scripts/compileContracts.js",
"hardhat": "npx hardhat compile; npx hardhat test",
"jest": "node runTests.js",
"build": "tsc src/libs/deployless/deployless.ts -t es5",
"prettier": "prettier --write 'contracts/**/*.sol'",
"lint": "eslint ./src",
"lint:fix": "eslint ./src --fix",
"type:check": "tsc --noEmit"
},
"dependencies": {
"@ambire/signature-validator": "^1.5.0",
"@lifi/types": "^17.7.1",
"@metamask/eth-sig-util": "^8.2.0",
"@safe-global/api-kit": "^4.0.1",
"@safe-global/protocol-kit": "^6.1.2",
"@signinwithethereum/siwe": "4.2.0",
"aes-js": "^3.1.2",
"dotenv": "^16.3.1",
"eth-crypto": "2.8.0",
"eth-rpc-errors": "^4.0.3",
"ethers": "^6.8.0",
"events": "^3.3.0",
"hash-wasm": "^4.12.0",
"js-yaml": "^4.1.0",
"scrypt-js": "^3.0.1",
"tldts": "7.0.17",
"uuid": "9.0.0",
"viem": "2.45.2"
},
"peerDependencies": {
"@noble/hashes": "^1.8.0",
"bip44-constants": "^128.0.0",
"react": "^19.1.0",
"secp256k1": "^5.0.1",
"validator": "^13.7.0"
},
"peerDependenciesMeta": {
"@noble/hashes": {
"optional": true
}
},
"devDependencies": {
"@borislav.itskov/schnorrkel.js": "2.0.85",
"@jest/globals": "^29.6.1",
"@nomicfoundation/hardhat-chai-matchers": "2.0.8",
"@nomicfoundation/hardhat-ethers": "3.0.8",
"@nomicfoundation/hardhat-verify": "2.0.14",
"@openzeppelin/contracts": "4.9.6",
"@types/aes-js": "3.1.1",
"@types/chai": "4.3.5",
"@types/chrome": "0.0.212",
"@types/jest": "30.0.0",
"@types/js-yaml": "4.0.9",
"@types/mocha": "10.0.1",
"@types/node": "24.10.11",
"@types/node-fetch": "2.6.11",
"@types/ungap__structured-clone": "1.2.0",
"@types/validator": "13.7.17",
"@typescript-eslint/eslint-plugin": "8.59.2",
"@typescript-eslint/parser": "8.59.2",
"chai": "4.3.7",
"chai-assertions-count": "1.0.2",
"dkim": "0.7.2",
"dkim-key": "1.3.0",
"dkim-signature": "1.3.0",
"eslint": "9.39.4",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "7.1.1",
"fake-indexeddb": "^6.2.5",
"globals": "15.9.0",
"hardhat": "2.24.1",
"hardhat-gas-reporter": "1.0.10",
"jest": "30.0.5",
"node-fetch": "2.7.0",
"node-rsa": "1.1.1",
"prettier": "3.3.3",
"prettier-plugin-solidity": "1.1.3",
"solc": "0.8.19",
"ts-jest": "29.4.1",
"ts-node": "10.9.1",
"typescript": "5.9.3"
},
"overrides": {
"elliptic": "^6.6.1",
"cipher-base": "^1.0.6",
"handlebars": "^4.7.9"
}
}