UNPKG

athom-cli

Version:

Command-line interface for Homey Apps

54 lines (53 loc) 1.26 kB
{ "name": "athom-cli", "version": "2.1.7", "description": "Command-line interface for Homey Apps", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "athom": "bin/athom.js" }, "engines": { "node": ">=8.5.0" }, "repository": { "type": "git", "url": "git+https://github.com/athombv/node-athom-cli.git" }, "keywords": [ "athom", "cli" ], "author": "Athom B.V.", "bugs": { "url": "https://github.com/athombv/node-athom-cli/issues" }, "homepage": "https://github.com/athombv/node-athom-cli#readme", "dependencies": { "athom-api": "^2.0.104", "cli-table": "^0.3.1", "colors": "^1.1.2", "deepmerge": "^2.1.0", "fs-extra": "^5.0.0", "gitignore-parser": "0.0.2", "homey-lib": "^2.2.1", "inquirer": "^5.1.0", "monitorctrlc": "^2.0.1", "node-fetch": "^2.1.1", "npm-programmatic": "0.0.10", "object-path": "^0.11.4", "semver": "^5.5.0", "tar-fs": "^1.16.0", "tmp-promise": "^1.0.4", "underscore": "^1.8.3", "update-notifier": "^2.3.0", "yargs": "^11.0.0" }, "config": { "npmPublishTagProduction": "latest", "npmPublishTagTesting": "beta", "nodeVersion": "8" } }