{
  "name": "@difizen/libro-terminal",
  "version": "0.3.58",
  "description": "",
  "keywords": [
    "libro"
  ],
  "repository": "git@github.com:difizen/libro.git",
  "license": "MIT",
  "type": "module",
  "exports": {
    ".": {
      "typings": "./es/index.d.ts",
      "default": "./es/index.js"
    },
    "./mock": {
      "typings": "./es/mock/index.d.ts",
      "default": "./es/mock/index.js"
    },
    "./es/mock": {
      "typings": "./es/mock/index.d.ts",
      "default": "./es/mock/index.js"
    },
    "./package.json": "./package.json"
  },
  "main": "es/index.js",
  "module": "es/index.js",
  "typings": "es/index.d.ts",
  "files": [
    "es",
    "src"
  ],
  "dependencies": {
    "@difizen/libro-core": "^0.3.58",
    "@difizen/libro-common": "^0.3.58",
    "@difizen/libro-kernel": "^0.3.58",
    "@ant-design/icons": "^5.1.0",
    "@difizen/mana-app": "latest",
    "@difizen/mana-l10n": "latest",
    "uuid": "^9.0.0",
    "xterm-addon-search": "^0.13.0",
    "xterm": "~5.1.0",
    "xterm-addon-canvas": "~0.3.0",
    "xterm-addon-fit": "~0.7.0",
    "xterm-addon-web-links": "~0.8.0",
    "xterm-addon-webgl": "~0.14.0"
  },
  "peerDependencies": {
    "antd": "^5.8.6",
    "react": ">=16"
  },
  "devDependencies": {
    "@types/react": "^18.2.25",
    "@types/uuid": "^9.0.2"
  },
  "scripts": {
    "setup": "father build",
    "build": "father build",
    "test": ": Note: lint task is delegated to test:* scripts",
    "test:vitest": "vitest run",
    "test:jest": "jest",
    "coverage": ": Note: lint task is delegated to coverage:* scripts",
    "coverage:vitest": "vitest run --coverage",
    "coverage:jest": "jest --coverage",
    "lint": ": Note: lint task is delegated to lint:* scripts",
    "lint:eslint": "eslint src",
    "typecheck:tsc": "tsc --noEmit"
  }
}