-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
24 lines (24 loc) · 984 Bytes
/
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
{
"name": "email-wallet-sdk",
"version": "0.0.1",
"description": "SDK for building Email Wallet extensions",
"main": "index.js",
"repository": "https://github.com/zkemail/email-wallet-sdk.git",
"author": "SoraSuegami <[email protected]>",
"license": "MIT",
"dependencies": {
"@email-wallet/contracts": "https://gitpkg.now.sh/zkemail/email-wallet/packages/contracts?8ae807dfcfe617a1a3e4b5342a667f0f595b8c82",
"@openzeppelin/contracts": "^4.9.2",
"@openzeppelin/contracts-upgradeable": "^4.9.2",
"@uniswap/v3-core": "https://github.com/Uniswap/v3-core#0.8",
"@uniswap/v3-periphery": "https://github.com/Uniswap/v3-periphery.git",
"@zk-email/contracts": "^4.0.2",
"solady": "^0.0.123",
"solidity-stringutils": "https://github.com/Arachnid/solidity-stringutils.git"
},
"devDependencies": {
"ds-test": "https://github.com/dapphub/ds-test",
"forge-std": "https://github.com/foundry-rs/forge-std",
"solhint": "^3.6.1"
}
}