UNPKG

1.72 kBJSONView Raw
1{
2 "name": "athom-cli",
3 "version": "3.1.6",
4 "description": "Command-line interface for Homey Apps",
5 "main": "index.js",
6 "scripts": {
7 "build": "npm install -E --save homey-lib@latest; if ! git diff --no-ext-diff --exit-code --quiet; then git add -A && git commit -m 'Update homey-lib [ci skip]'; fi",
8 "test": "echo \"Error: no test specified\" && exit 1"
9 },
10 "bin": {
11 "athom": "bin/athom.js",
12 "athom-cli": "bin/athom-cli-warning.js"
13 },
14 "engines": {
15 "node": ">=10.10.0"
16 },
17 "repository": {
18 "type": "git",
19 "url": "git+https://github.com/athombv/node-athom-cli.git"
20 },
21 "keywords": [
22 "athom",
23 "cli"
24 ],
25 "author": "Athom B.V.",
26 "bugs": {
27 "url": "https://github.com/athombv/node-athom-cli/issues"
28 },
29 "homepage": "https://github.com/athombv/node-athom-cli#readme",
30 "dependencies": {
31 "athom-api": "^3.1.1",
32 "cli-table": "^0.3.1",
33 "colors": "^1.1.2",
34 "deepmerge": "^2.1.0",
35 "express": "^4.16.4",
36 "figures": "^2.0.0",
37 "filesize": "^3.6.1",
38 "fs-extra": "^5.0.0",
39 "gitignore-parser": "0.0.2",
40 "homey-lib": "2.4.5",
41 "ini": "^1.3.5",
42 "inquirer": "^5.1.0",
43 "monitorctrlc": "^2.0.1",
44 "node-fetch": "^2.1.1",
45 "npm-programmatic": "0.0.10",
46 "object-path": "^0.11.4",
47 "opn": "^5.4.0",
48 "parse-git-config": "^3.0.0",
49 "semver": "^5.5.0",
50 "tar-fs": "^1.16.0",
51 "tmp-promise": "^1.0.4",
52 "underscore": "^1.8.3",
53 "update-notifier": "^2.3.0",
54 "yargs": "^11.0.0"
55 },
56 "config": {
57 "npmPublishTagProduction": "latest",
58 "npmPublishTagTesting": "beta",
59 "nodeVersion": "8"
60 },
61 "devDependencies": {
62 "eslint": "^5.4.0",
63 "eslint-config-athom": "^1.0.0"
64 }
65}