UNPKG

@mirai73/gg-inspector

Version:

A CLI tool to inspect the AWS IoT Greengrass group running on the device

35 lines (34 loc) 845 B
{ "name": "@mirai73/gg-inspector", "version": "1.1.0", "description": "A CLI tool to inspect the AWS IoT Greengrass group running on the device", "main": "index.js", "bin": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc *.ts" }, "keywords": [ "AWS", "Greengrass" ], "author": "Massimiliano Angelino", "license": "Apache-2.0", "dependencies": { "chalk": "^4.1.0", "commander": "^6.1.0", "tail": "^2.0.4" }, "devDependencies": { "@types/node": "^14.10.1", "@types/tail": "^2.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/massi-ang/gg-inspector.git" }, "bugs": { "url": "https://github.com/massi-ang/gg-inspector/issues" }, "homepage": "https://github.com/massi-ang/gg-inspector#readme" }