{
  "name": "webssh2-frontend",
  "version": "1.0.3",
  "description": "WebSSH2 前端终端库 - 可与任何后端集成",
  "main": "dist/webssh2-frontend.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/",
    "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",
    "frontend",
    "java",
    "springboot"
  ],
  "author": "Your Name",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/yourusername/webssh2-frontend.git"
  },
  "bugs": {
    "url": "https://github.com/yourusername/webssh2-frontend/issues"
  },
  "homepage": "https://github.com/yourusername/webssh2-frontend#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"
  }
}
