{
  "name": "vtmp-cli",
  "version": "1.0.1",
  "description": "cli of vtmp",
  "bin": {
    "vtmp-cli": "./lib/index.js"
  },
  "keywords": [
    "cli",
    "vtmp"
  ],
  "author": "zhangxin <zhangxin0214@tal.com>",
  "license": "MIT",
  "files": [
    "generators",
    "lib",
    "site",
    "tsconfig.json",
    "vtmp.default.config.js",
    "preset.js",
    "CHANGELOG.md"
  ],
  "repository": {
    "type": "git",
    "url": ""
  },
  "bugs": {
    "url": ""
  },
  "scripts": {
    "dev": "tsc --watch",
    "build": "tsc"
  },
  "gitHead": "ee9c3866bedad96c86365b0f9888a3a6bb781b1f",
  "dependencies": {
    "@babel/core": "^7.14.8",
    "@babel/helper-plugin-utils": "^7.14.5",
    "@babel/preset-env": "^7.14.8",
    "@babel/preset-typescript": "^7.14.5",
    "@varlet/icons": "1.26.9",
    "@varlet/markdown-vite-plugin": "1.26.9",
    "@varlet/touch-emulator": "1.26.9",
    "@vitejs/plugin-vue": "2.2.0",
    "@vitejs/plugin-vue-jsx": "1.3.5",
    "@vue/babel-plugin-jsx": "1.1.1",
    "@vue/compiler-sfc": "3.2.25",
    "@vue/runtime-core": "3.2.25",
    "babel-jest": "26.6.3",
    "chalk": "^4.1.0",
    "chokidar": "^3.5.2",
    "commander": "^8.3.0",
    "conventional-changelog": "^3.1.25",
    "execa": "^5.0.0",
    "fs-extra": "^9.0.1",
    "glob": "^7.2.0",
    "hash-sum": "^2.0.0",
    "inquirer": "^8.1.2",
    "jest": "^26.6.3",
    "less": "^3.12.2",
    "lodash": "^4.17.21",
    "lodash-es": "^4.17.21",
    "ora": "^5.4.0",
    "semver": "^7.3.5",
    "slash": "^3.0.0",
    "ts-jest": "^26.5.1",
    "typescript": "^4.4.4",
    "vite": "2.8.1",
    "vite-plugin-html": "^2.1.0",
    "vue": "3.2.25",
    "vue-jest": "^5.0.0-alpha.8"
  },
  "devDependencies": {
    "@types/babel__core": "^7.1.12",
    "@types/fs-extra": "^9.0.2",
    "@types/hash-sum": "^1.0.0",
    "@types/jest": "^26.0.15",
    "@types/lodash": "^4.14.174",
    "@types/lodash-es": "^4.17.5",
    "@types/semver": "^7.3.9",
    "koa-compose": "4.1.0"
  },
  "peerDependencies": {
    "@vue/test-utils": "^2.0.0-rc.6",
    "@varlet/touch-emulator": "1.26.9",
    "clipboard": "^2.0.6",
    "live-server": "^1.2.1",
    "lodash-es": "^4.17.21",
    "vue": "3.2.25",
    "@vue/runtime-core": "3.2.16",
    "vue-router": "4.0.12"
  }
}
