@seasongold4/webssh2-frontend-fixed
Version:
WebSSH2 前端终端库 - 修复版本,完全兼容原项目后端,解决终端显示乱码问题
63 lines (62 loc) • 1.66 kB
JSON
{
"name": "@seasongold4/webssh2-frontend-fixed",
"version": "1.1.1",
"description": "WebSSH2 前端终端库 - 修复版本,完全兼容原项目后端,解决终端显示乱码问题",
"main": "dist/webssh2-frontend.js",
"types": "dist/index.d.ts",
"files": [
"dist/",
"examples/",
"README.md",
"FIXED_README.md"
],
"scripts": {
"build": "webpack --config webpack.config.js --mode production",
"build:dev": "webpack --config webpack.config.js --mode development",
"watch": "webpack --config webpack.config.js --mode development --watch",
"prepublishOnly": "npm run build",
"prepare": "npm run build"
},
"keywords": [
"ssh",
"terminal",
"xterm",
"webssh",
"webssh2",
"frontend",
"client",
"fixed",
"compatible",
"socket.io"
],
"author": "WebSSH2 Frontend Fixed",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/webssh2/webssh2-frontend-fixed.git"
},
"bugs": {
"url": "https://github.com/webssh2/webssh2-frontend-fixed/issues"
},
"homepage": "https://github.com/webssh2/webssh2-frontend-fixed#readme",
"dependencies": {
"socket.io-client": "^4.7.0",
"xterm": "^5.3.0",
"xterm-addon-fit": "^0.8.0",
"xterm-addon-web-links": "^0.9.0"
},
"devDependencies": {
"webpack": "^5.88.0",
"webpack-cli": "^5.1.0",
"typescript": "^5.0.0",
"ts-loader": "^9.4.0",
"css-loader": "^6.8.0",
"style-loader": "^3.3.0"
},
"engines": {
"node": ">=14.0.0"
},
"publishConfig": {
"access": "public"
}
}