{
  "name": "tabris-cli",
  "version": "3.10.0",
  "description": "Command line tool for Tabris.js",
  "dependencies": {
    "boxen": "^4.2.0",
    "chalk": "^1.1.3",
    "cli-progress": "^1.4.1",
    "commander": "^2.12.2",
    "connect": "^3.7.0",
    "fast-xml-parser": "^4.0.9",
    "filewatcher": "^3.0.1",
    "fs-extra": "^4.0.0",
    "generator-tabris-js": "^3.10.0",
    "ignore": "^3.2.4",
    "node-wifi": "^2.0.12",
    "portscanner": "^2.1.0",
    "promptly": "^2.2.0",
    "qrcode": "^1.4.4",
    "semver": "^5.3.0",
    "serve-static": "^1.14.1",
    "strip-ansi": "^6.0.0",
    "tree-kill": "^1.2.2",
    "update-notifier": "^2.2.0",
    "ws": "^5.2.0",
    "yauzl": "^2.8.0",
    "yeoman-environment": "^2.3.4"
  },
  "bin": {
    "tabris": "src/tabris.js"
  },
  "scripts": {
    "mocha": "NODE_ENV=test mocha --exit",
    "mocha:win": "set NODE_ENV=test&mocha --exit",
    "lint": "eslint .",
    "test": "npm run mocha && npm run lint",
    "test:win": "npm run mocha:win && npm run lint",
    "nightly": "npm --no-git-tag-version version $(echo $npm_package_version-dev.`date +%Y%m%d`)"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eclipsesource/tabris-js-cli.git"
  },
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/eclipsesource/tabris-js-cli/issues"
  },
  "homepage": "https://github.com/eclipsesource/tabris-js-cli#readme",
  "devDependencies": {
    "chai": "^3.5.0",
    "eslint": "^6.8.0",
    "eslint-plugin-promise": "^4.2.1",
    "htmllint": "^0.8.0",
    "mocha": "^6.2.2",
    "mock-socket": "7.1.0",
    "node-fetch": "^1.6.3",
    "sinon": "^2.1.0",
    "sinon-chai": "^2.9.0",
    "string.prototype.matchall": "^4.0.3",
    "temp": "^0.8.3",
    "yazl": "^2.4.2"
  }
}
