plaid-cli
Version:
A CLI interface to interact with the Plaid API
32 lines (31 loc) • 631 B
JSON
{
"name": "plaid-cli",
"version": "1.0.1",
"description": "A CLI interface to interact with the Plaid API",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "github:cyrusstoller/plaid-cli"
},
"keywords": [
"Plaid",
"Fintech",
"CLI"
],
"author": "Cyrus Stoller",
"license": "MIT",
"bugs": {
"url": "https://github.com/cyrusstoller/plaid-cli/issues"
},
"bin": {
"plaid-cli": "index.js"
},
"dependencies": {
"dotenv": "^6.1.0",
"minimist": "^1.2.0",
"plaid": "^2.8.2",
"vorpal": "^1.12.0"
}
}