UNPKG

filo-data-broker-cli

Version:

A CLI tool for Filo Data Broker

42 lines (41 loc) 866 B
{ "name": "filo-data-broker-cli", "version": "0.3.0", "description": "A CLI tool for Filo Data Broker", "main": "index.js", "type": "module", "bin": { "fdb-cli": "./bin/cli.js" }, "scripts": { "start": "node bin/cli.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "cli", "data-broker", "filo" ], "author": "", "license": "ISC", "dependencies": { "@filoz/synapse-sdk": "^0.15.0", "chalk": "^4.1.2", "commander": "^11.1.0", "csv-parse": "^5.6.0", "csv-stringify": "^6.5.2", "dotenv": "^17.0.1", "ethers": "^6.14.4", "fs-extra": "^11.1.1", "get-stream": "^9.0.1", "inquirer": "^8.2.6", "lodash-es": "^4.17.21", "stream-transform": "^3.3.3" }, "devDependencies": { "nodemon": "^3.0.1" }, "engines": { "node": ">=14.0.0" } }