mirror of
https://github.com/getwax/wax.git
synced 2026-01-10 07:38:09 -05:00
13 lines
207 B
JSON
13 lines
207 B
JSON
{
|
|
"name": "deterministic-deployer",
|
|
"version": "0.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ethers": "^6.11.1"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.4.3"
|
|
}
|
|
}
|