mirror of
https://github.com/getwax/wax.git
synced 2026-01-09 15:18:02 -05:00
Add hardhat integration tests to github actions run. Add/update numerous READMEs for packages. Deprecate remaining ZKEmail recovery modules in favor of new one. Remove circom submodule. Increase wait time for plugins test servers.
56 lines
1.9 KiB
JSON
56 lines
1.9 KiB
JSON
{
|
|
"name": "@getwax/plugins",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"description": "Plugins for 4337 & SCA accounts",
|
|
"repository": "https://github.com/getwax/wax",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"postinstall": "cd ../deterministic-deployer && yarn && cd ../plugins",
|
|
"submodules": "git submodule update --init --recursive",
|
|
"build": "hardhat compile",
|
|
"lint": "eslint . --ext js,jsx,ts,tsx --report-unused-disable-directives --max-warnings 0"
|
|
},
|
|
"devDependencies": {
|
|
"@account-abstraction/contracts": "0.7.0",
|
|
"@account-abstraction/utils": "^0.6.0",
|
|
"@anon-aadhaar/core": "2.2.0",
|
|
"@nomicfoundation/hardhat-chai-matchers": "^2.0.0",
|
|
"@nomicfoundation/hardhat-ethers": "^3.0.0",
|
|
"@nomicfoundation/hardhat-ignition": "^0.15.5",
|
|
"@nomicfoundation/hardhat-ignition-ethers": "^0.15.0",
|
|
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
|
|
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
|
|
"@nomicfoundation/hardhat-verify": "^2.0.8",
|
|
"@nomicfoundation/ignition-core": "^0.15.5",
|
|
"@thehubbleproject/bls": "^0.5.1",
|
|
"@typechain/ethers-v6": "^0.5.1",
|
|
"@typechain/hardhat": "^9.1.0",
|
|
"@types/chai": "^4.2.0",
|
|
"@types/circomlibjs": "^0.1.6",
|
|
"@types/mocha": ">=9.1.0",
|
|
"@types/node": ">=16.0.0",
|
|
"@typescript-eslint/eslint-plugin": ">=6.0.0",
|
|
"@typescript-eslint/parser": ">=6.0.0",
|
|
"@zk-email/helpers": "^6.1.1",
|
|
"chai": "^4.2.0",
|
|
"circomlibjs": "0.1.7",
|
|
"dotenv": "^16.3.1",
|
|
"eslint": ">=8.0.0",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"eslint-config-xo": "^0.43.1",
|
|
"eslint-config-xo-typescript": "^1.0.1",
|
|
"eslint-plugin-import": "^2.28.1",
|
|
"eslint-plugin-prettier": "^5.0.0",
|
|
"ethers": "^6.4.0",
|
|
"hardhat": "^2.22.6",
|
|
"hardhat-gas-reporter": "^2.2.0",
|
|
"hardhat-preprocessor": "^0.1.5",
|
|
"prettier": "^3.0.3",
|
|
"solidity-coverage": "^0.8.0",
|
|
"ts-node": ">=8.0.0",
|
|
"typechain": "^8.1.0",
|
|
"typescript": "^5.4.3"
|
|
}
|
|
}
|