{
  "name": "@mvx/cli",
  "version": "4.0.38",
  "description": "mvc cli.",
  "typings": "./lib/cli.d.ts",
  "main": "./lib/cli.js",
  "bin": {
    "mvx": "./lib/cli.js"
  },
  "scripts": {
    "build": "tsdi build"
  },
  "keywords": [
    "mvc",
    "type-mvc",
    "cli",
    "restful",
    "mvc frameworks",
    "ioc",
    "IoC",
    "AOP",
    "aop",
    "boot",
    "Application",
    "tsdi",
    "@tsdi",
    "tsioc",
    "type",
    "container",
    "dependency",
    "injection"
  ],
  "author": "houjun",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/zhouhoujun/type-mvc/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/zhouhoujun/type-mvc.git"
  },
  "homepage": "https://github.com/zhouhoujun/type-mvc#readme",
  "dependencies": {
    "reflect-metadata": "^0.1.13",
    "tslib": "^1.13.0",
    "shelljs": "^0.8.3",
    "chalk": "^4.0.0",
    "chokidar": "^3.4.0",
    "commander": "^4.1.1",
    "resolve": "^1.17.0",
    "ts-node": "^8.10.1",
    "tsconfig-paths": "^3.7.0"
  },
  "directories": {
    "lib": "lib",
    "test": "test"
  }
}