UNPKG

fedapay-cli

Version:
105 lines (104 loc) 3.02 kB
{ "name": "fedapay-cli", "version": "0.1.4", "author": "FedaPay @fedapay", "description": "A command-line tool for FedaPay", "bin": { "fedapay": "./bin/run" }, "bugs": "https://github.com/fedapay/fedapay-cli/issues", "dependencies": { "@oclif/command": "^1.8.0", "@oclif/config": "^1.17.0", "@oclif/plugin-help": "^3.2.0", "@oclif/plugin-not-found": "^1.2.4", "@oclif/plugin-update": "^1.3.10", "@types/inquirer": "^7.3.1", "@types/jquery-deparam": "^1.0.1", "@types/jquery-param": "^1.0.2", "amqplib": "^0.6.0", "axios": "^0.18.1", "chalk": "^4.1.0", "cli-ux": "^5.4.10", "fedapay": "^1.1.8", "fs": "0.0.1-security", "fs-extra": "^9.0.1", "inquirer": "^7.3.3", "jquery-deparam": "^0.5.3", "jquery-param": "^1.1.3", "json-colorizer": "^2.2.2", "ngrok": "^3.3.0", "os": "^0.1.1", "path": "^0.12.7", "query-string": "^6.13.1", "replace-in-file": "^6.1.0", "socket.io": "^2.3.0", "tslib": "^1.13.0" }, "devDependencies": { "@oclif/dev-cli": "^1.22.2", "@oclif/test": "^1.2.6", "@types/chai": "^4.2.12", "@types/mocha": "^5.2.7", "@types/node": "^10.17.28", "aws-sdk": "^2.742.0", "chai": "^4.2.0", "eslint": "^5.16.0", "eslint-config-oclif": "^3.1.0", "eslint-config-oclif-typescript": "^0.1.0", "globby": "^10.0.2", "mocha": "^5.2.0", "nyc": "^14.1.1", "ts-node": "^8.10.2", "typescript": "^3.9.7" }, "engines": { "node": ">=10.0.0" }, "files": [ "/bin", "/lib", "/npm-shrinkwrap.json", "/oclif.manifest.json" ], "homepage": "https://github.com/fedapay/fedapay-cli", "keywords": [ "fedapay", "cli", "webhooks", "logs", "events" ], "license": "MIT", "main": "lib/index.js", "oclif": { "commands": "./lib/commands", "bin": "fedapay", "plugins": [ "@oclif/plugin-help", "@oclif/plugin-not-found" ], "update": { "autoupdate": { "rollout": 50, "debounce": 60 }, "node": { "version": "12.12.0" }, "s3": { "bucket": "fedapay-live-store/fedapay-cli", "xz": true } } }, "repository": "fedapay/fedapay-cli", "scripts": { "postpack": "rm -f oclif.manifest.json", "posttest": "eslint . --ext .ts --config .eslintrc", "prepack": "rm -rf lib && tsc -b && oclif-dev manifest && oclif-dev readme", "test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"", "version": "oclif-dev readme && git add README.md" }, "types": "lib/index.d.ts" }