Files
DefiLlama-Adapters/utils/package.json
g1nt0ki f972b2c9c7 refactor code to use ethers v6 (#8592)
* refactor code tu use ethers v6

* minor fix

* minor fix

* update typescript version
2024-01-10 12:31:29 +01:00

21 lines
406 B
JSON

{
"name": "run-interactive",
"version": "0.0.1",
"description": "",
"main": "testInteractive.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"inquirer": "^8.2.4",
"inquirer-fuzzy-path": "^2.3.0"
},
"dependencies": {
"glob": "^8.0.3",
"jsonfile": "^6.1.0",
"solc": "^0.8.20"
}
}