UNPKG

vue-web-terminal

Version:

A beautiful web-side command line window plugin (native simulation). 一个漂亮的网页命令行插件(原生模拟)

79 lines (78 loc) 1.84 kB
{ "name": "vue-web-terminal", "version": "3.4.1", "description": "A beautiful web-side command line window plugin (native simulation). 一个漂亮的网页命令行插件(原生模拟)", "license": "Apache-2.0", "private": false, "type": "module", "main": "lib/vue-web-terminal.umd.cjs", "module": "lib/vue-web-terminal.js", "types": "./lib/index.d.ts", "exports": { ".": { "import": "./lib/vue-web-terminal.js", "require": "./lib/vue-web-terminal.umd.cjs", "types": [ "./lib/index.d.ts", "./lib/Terminal.vue.d.ts", "./lib/types/index.d.ts" ] } }, "files": [ "package.json", "README.md", "LICENSE", "lib" ], "publishConfig": { "registry": "https://registry.npmjs.org", "access": "public" }, "scripts": { "test": "vite --host", "build": "vite build&& vue-tsc", "preview": "vite preview" }, "dependencies": { "vue": "^3.3.4", "vue-json-viewer": "^3.0.4" }, "devDependencies": { "@types/node": "20.16.13", "@vitejs/plugin-vue": "4.6.2", "rollup-plugin-visualizer": "5.9.3", "sass": "1.62.1", "terser": "5.37.0", "typescript": "5.4.5", "vite": "5.4.6", "vue-tsc": "1.8.26", "vite-plugin-css-injected-by-js": "3.3.1", "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" }