UNPKG

@maxvandelaar/homey-community-store-cli

Version:

CLI tool to upload apps to the Homey Community Store. Run 'hcs' to understand how to use it.

46 lines (45 loc) 1.13 kB
{ "name": "@maxvandelaar/homey-community-store-cli", "version": "3.0.4", "description": "CLI tool to upload apps to the Homey Community Store. Run 'hcs' to understand how to use it.", "main": "src/index.js", "bin": { "hcs": "bin/hcs-cli" }, "author": "Max van de Laar", "license": "GPL-3.0-or-later", "repository": { "type": "git", "url": "https://github.com/MaxvandeLaar/homey-community-store-cli" }, "homepage": "https://github.com/MaxvandeLaar/homey-community-store-cli", "bugs": { "url": "https://github.com/MaxvandeLaar/homey-community-store-cli/issues" }, "private": false, "publishConfig": { "access": "public" }, "dependencies": { "aws-amplify": "^3.3.26", "aws-sdk": "^2.874.0", "aws4": "^1.10.1", "axios": "^0.20.0", "chalk": "^4.1.0", "esm": "^3.2.25", "fs-extra": "^5.0.0", "homey": "^2.15.2", "inquirer": "^7.1.0", "keytar": "^6.0.1", "mime-types": "^2.1.27", "slash": "^3.0.0", "tar": "^6.0.2", "yargs": "^15.3.1" }, "keywords": [ "cli", "homey", "hcs-cli", "homey community store" ] }