{
  "name": "@pitrix/terminal",
  "version": "0.3.19",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "module": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "dist",
    "lib",
    "index.html",
    "package.json",
    "README.md"
  ],
  "dependencies": {
    "@xterm/xterm": "5.5.0",
    "@xterm/addon-fit": "0.10.0",
    "@xterm/addon-clipboard": "0.1.0",
    "lodash-es": "~4.17.21",
    "tslib": "^2.6.2",
    "rxjs": "^7.5.6",
    "@pitrix/portal-ui": "2.1.13"
  },
  "peerDependencies": {
    "react": "*",
    "react-dom": "*"
  },
  "devDependencies": {
    "@types/react": "^18.2.33",
    "@types/react-dom": "18.2.14",
    "@types/lodash-es": "^4.17.6",
    "prettier": "^3.6.2",
    "react": "17.0.2",
    "react-dom": "17.0.2",
    "typescript": "^5.2.2",
    "ts-loader": "^9.3.1",
    "webpack": "^5.88.2",
    "webpack-cli": "^4.10.0"
  },
  "scripts": {
    "clean": "rm -rf dist lib",
    "build:esm": "tsc",
    "build:bundle": "NODE_ENV=production webpack",
    "build": "npm run clean && npm run build:esm && npm run build:bundle",
    "watch:esm": "tsc --watch",
    "watch:bundle": "NODE_ENV=development webpack --watch"
  }
}