mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 22:43:12 +08:00
16 lines
311 B
JSON
16 lines
311 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"
|
|
}
|
|
}
|