UNPKG

argus-demo-cli

Version:

Demo CLI tool for Argus financial control plane

46 lines (45 loc) 990 B
{ "name": "argus-demo-cli", "version": "1.1.2", "description": "Demo CLI tool for Argus financial control plane", "main": "index.js", "bin": { "argus-demo-cli": "./bin/cli.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "prepublishOnly": "npm test || true" }, "keywords": [ "argus", "cli", "demo", "financial", "control-plane", "api" ], "author": "Your Name <your.email@example.com>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/yourusername/argus-demo-cli.git" }, "bugs": { "url": "https://github.com/yourusername/argus-demo-cli/issues" }, "homepage": "https://github.com/yourusername/argus-demo-cli#readme", "dependencies": { "commander": "^11.1.0", "chalk": "^5.3.0", "argus-sdk": "^0.0.1-alpha.1" }, "engines": { "node": ">=16.0.0" }, "type": "module", "files": [ "bin/", "README.md", "LICENSE" ] }