mirror of
https://github.com/getwax/zk-account-abstraction.git
synced 2026-01-09 20:47:58 -05:00
32 lines
796 B
JSON
32 lines
796 B
JSON
{
|
|
"name": "@account-abstraction/contracts",
|
|
"description": "Account Abstraction (EIP 4337) contracts",
|
|
"version": "0.6.0",
|
|
"main": "./dist/index.js",
|
|
"scripts": {
|
|
"prepack": "../scripts/prepack-contracts-package.sh",
|
|
"postpack": "../scripts/postpack-contracts-package.sh"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/eth-infinitism/account-abstraction"
|
|
},
|
|
"keywords": [
|
|
"solidity",
|
|
"ethereum",
|
|
"smart",
|
|
"contracts",
|
|
"accipt-abstraction",
|
|
"eip-4337"
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/eth-infinitism/account-abstraction/issues"
|
|
},
|
|
"devDependencies": {
|
|
"@gnosis.pm/safe-contracts": "^1.3.0",
|
|
"@nomiclabs/hardhat-ethers": "^2.0.2",
|
|
"@nomiclabs/hardhat-waffle": "^2.0.1"
|
|
}
|
|
}
|