{
  "name": "@webos-tools/cli",
  "version": "3.2.1",
  "description": "Command Line Interface for development webOS application and service",
  "main": "APIs.js",
  "scripts": {
    "postinstall": "node scripts/postinstall.js"
  },
  "author": "ye.kim",
  "repository": {
    "type": "git",
    "url": "https://github.com/webos-tools/cli.git"
  },
  "license": "Apache-2.0",
  "bin": {
    "ares": "bin/ares.js",
    "ares-config": "bin/ares-config.js",
    "ares-device": "bin/ares-device.js",
    "ares-device-info": "bin/ares-device-info.js",
    "ares-generate": "bin/ares-generate.js",
    "ares-inspect": "bin/ares-inspect.js",
    "ares-install": "bin/ares-install.js",
    "ares-launch": "bin/ares-launch.js",
    "ares-log": "bin/ares-log.js",
    "ares-novacom": "bin/ares-novacom.js",
    "ares-package": "bin/ares-package.js",
    "ares-push": "bin/ares-push.js",
    "ares-pull": "bin/ares-pull.js",
    "ares-server": "bin/ares-server.js",
    "ares-setup-device": "bin/ares-setup-device.js",
    "ares-shell": "bin/ares-shell.js"
  },
  "engines": {
    "node": ">=14.15.1"
  },
  "engineStrict": true,
  "os": [
    "darwin",
    "linux",
    "win32"
  ],
  "dependencies": {
    "ar-async": "0.1.4",
    "async": "3.2.5",
    "bluebird": "3.7.2",
    "body-parser": "1.19.0",
    "chalk": "1.1.3",
    "chardet": "0.8.0",
    "chokidar": "3.5.2",
    "combined-stream": "1.0.8",
    "csv-writer": "1.6.0",
    "decompress": "4.2.1",
    "easy-table": "1.1.1",
    "elfy": "1.0.0",
    "encoding": "0.1.13",
    "express": "4.17.1",
    "extract-zip": "1.7.0",
    "fs-extra": "8.1.0",
    "fstream": "1.0.12",
    "graceful-fs": "4.2.4",
    "inherits": "1.0.2",
    "inquirer": "7.0.0",
    "jsonschema": "1.2.6",
    "mkdirp": "0.5.5",
    "nopt": "2.1.2",
    "npmlog": "4.1.2",
    "ora": "5.4.0",
    "request": "2.88.2",
    "rimraf": "3.0.2",
    "semver": "7.3.2",
    "shelljs": "0.8.5",
    "sprintf-js": "1.1.2",
    "ssdp-js": "1.0.1",
    "ssh2": "1.15.0",
    "stream-buffers": "3.0.2",
    "strip-bom": "1.0.0",
    "tar": "6.2.0",
    "temp": "0.9.1",
    "terser": "4.8.0"
  },
  "devDependencies": {
    "eslint": "6.8.0",
    "eslint-plugin-import": "2.22.0",
    "jasmine": "3.8.0",
    "jasmine-pretty-html-reporter-jasmine3.8": "0.2.5",
    "jasmine-spec-reporter": "4.2.1"
  },
  "keywords": [
    "ares-cli",
    "webOS",
    "webOS OSE",
    "webOS TV",
    "webOS CLI",
    "webOS SDK",
    "LG"
  ],
  "bugs": {
    "url": "https://github.com/webos-tools/cli/issues"
  },
  "homepage": "https://github.com/webos-tools/cli#readme"
}