forked from bcnmy/mee-contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 1.05 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
{
"name": "@biconomy/mee-contracts",
"version": "1.0.1",
"description": "Biconomy MEE contracts",
"main": "index.js",
"type": "module",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Biconomy",
"license": "MIT",
"dependencies": {
"account-abstraction": "https://github.com/eth-infinitism/account-abstraction#v0.7.0",
"erc7739-validator-base": "https://github.com/erc7579/erc7739Validator#v1.0.0",
"enumerablemap4337": "github:erc7579/enumerablemap",
"solady": "github:vectorized/solady#v0.0.271",
"openzeppelin-contracts": "@openzeppelin/contracts#v5.1.0",
"murky": "github:dmfxyz/murky",
"solidity-bytes-utils": "github:GNSPS/solidity-bytes-utils",
"solidity-rlp": "github:hamdiallam/Solidity-RLP",
"tsx": "^4.19.2",
"viem": "^2.22.17"
},
"packageManager": "pnpm@9.14.1+sha512.7f1de9cffea40ff4594c48a94776112a0db325e81fb18a9400362ff7b7247f4fbd76c3011611c9f8ac58743c3dc526017894e07948de9b72052f874ee2edfdcd"
}