{
  "name": "vue-web-terminal",
  "version": "3.2.5-Beta",
  "description": "A lightweight and powerful web terminal plugin, suitable for vue3. 轻量、功能强大的网页端Terminal插件，适配vue3",
  "license": "Apache-2.0",
  "private": false,
  "type": "module",
  "main": "lib/vue-web-terminal.umd.cjs",
  "exports": {
    "./lib/theme/*":"./lib/theme/*",
    ".": {
      "module": "./lib/vue-web-terminal.js",
      "import": "./lib/vue-web-terminal.js",
      "require": "./lib/vue-web-terminal.umd.cjs",
      "types": "./lib/types/index.d.ts"
    }
  },
  "types": "./lib/index.d.ts",
  "files": [
    "package.json",
    "README.md",
    "LICENSE",
    "lib"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "scripts": {
    "test": "vite",
    "build": "vite build && vue-tsc && node package.js",
    "preview": "vite preview"
  },
  "dependencies": {
    "vue": "^3.3.4",
    "vue-json-viewer": "^3.0.4"
  },
  "devDependencies": {
    "@types/node": "^20.4.5",
    "@vitejs/plugin-vue": "^4.2.3",
    "rollup-plugin-visualizer": "^5.9.2",
    "sass": "^1.62.1",
    "terser": "^5.19.2",
    "typescript": "^5.0.2",
    "vite": "^4.4.5",
    "vue-tsc": "^1.8.5",
    "vite-plugin-css-injected-by-js": "^3.3.0",
    "vite-plugin-dts": "^3.6.3"
  },
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "not dead",
    "not ie 11"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/tzfun/vue-web-terminal.git"
  },
  "bugs": {
    "url": "https://github.com/tzfun/vue-web-terminal/issues"
  },
  "homepage": "https://tzfun.github.io/vue-web-terminal/",
  "keywords": [
    "terminal",
    "vue",
    "vue3",
    "web-terminal",
    "vue-terminal",
    "console",
    "web-console",
    "vue-console"
  ],
  "author": "beifengtz"
}
