mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-01-14 16:37:56 -05:00
20 lines
349 B
JSON
20 lines
349 B
JSON
{
|
|
"name": "admin-cli",
|
|
"bin": {
|
|
"admin-cli": "./bin/index.js"
|
|
},
|
|
"main": "bin/index.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"prepublishOnly": "npm run build"
|
|
},
|
|
"dependencies": {
|
|
"ethers": "^6.6.1",
|
|
"yargs": "^17.7.2"
|
|
},
|
|
"devDependencies": {
|
|
"@typechain/ethers-v6": "^0.4.0",
|
|
"@types/yargs": "^17.0.24"
|
|
}
|
|
}
|