{
  "name": "@exoskeleton/cli",
  "version": "0.1.5",
  "main": "index.js",
  "repository": "https://github.com/exoskeleton-astroboy/cli.git",
  "author": "Big Mogician <bigmogician@outlook.com>",
  "license": "MIT",
  "bin": {
    "exo": "bin/exo",
    "exoskeleton": "bin/exoskeleton"
  },
  "dependencies": {
    "chalk": "^2.4.2",
    "chokidar": "^3.0.1",
    "commander": "2.19.0",
    "fs-extra": "^8.1.0",
    "kill-port": "^1.5.1",
    "lodash": "^4.17.19",
    "rimraf": "^2.6.3",
    "ts-node": "7.0.1",
    "tsconfig-paths": "3.8.0",
    "tslib": "^1.10.0",
    "uuid": "^3.3.2",
    "typescript": "^3.8.3"
  },
  "types": "index.d.ts"
}