mirror of
https://github.com/getwax/bundler.git
synced 2026-01-09 15:47:56 -05:00
39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
JSON
{
|
|
"name": "@account-abstraction/sdk",
|
|
"version": "0.2.0",
|
|
"main": "./dist/src/index.js",
|
|
"license": "MIT",
|
|
"files": [
|
|
"dist/src",
|
|
"README.md"
|
|
],
|
|
"scripts": {
|
|
"clear": "rm -rf dist artifacts cache",
|
|
"lint": "eslint -f unix .",
|
|
"lint-fix": "eslint -f unix . --fix",
|
|
"test": "hardhat test",
|
|
"hardhat-test": "hardhat test",
|
|
"tsc": "tsc",
|
|
"watch-tsc": "tsc -w --preserveWatchOutput"
|
|
},
|
|
"dependencies": {
|
|
"@account-abstraction/contracts": "^0.2.0",
|
|
"@account-abstraction/utils": "^0.2.0",
|
|
"@ethersproject/abstract-provider": "^5.7.0",
|
|
"@ethersproject/abstract-signer": "^5.7.0",
|
|
"@ethersproject/networks": "^5.7.0",
|
|
"@ethersproject/properties": "^5.7.0",
|
|
"@ethersproject/providers": "^5.7.0",
|
|
"@types/debug": "^4.1.7",
|
|
"debug": "^4.3.4",
|
|
"ethers": "^5.7.0"
|
|
},
|
|
"devDependencies": {
|
|
"@nomicfoundation/hardhat-chai-matchers": "^1.0.3",
|
|
"@nomicfoundation/hardhat-toolbox": "^1.0.2",
|
|
"@nomiclabs/hardhat-ethers": "^2.0.0",
|
|
"chai": "^4.3.6",
|
|
"hardhat": "^2.11.0"
|
|
}
|
|
}
|