{
  "name": "xterm-pty",
  "description": "A pty for xterm.js and Emscripten",
  "version": "0.12.0",
  "main": "index.js",
  "module": "index.mjs",
  "types": "index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mame/xterm-pty.git"
  },
  "license": "MIT",
  "scripts": {
    "build": "tsup && cp out/index.* .",
    "build:tests": "make -C tests",
    "lint": "eslint",
    "lint:fix": "eslint --fix",
    "test:tsc": "tsc",
    "test:vitest": "vitest run src/",
    "test:playwright": "playwright test",
    "test-server": "node tests/server.mjs"
  },
  "files": [
    "emscripten-pty.js",
    "index.js",
    "index.js.map",
    "index.d.ts",
    "index.mjs",
    "index.mjs.map",
    "index.d.mts"
  ],
  "dependencies": {
    "@xterm/xterm": "^5.5.0"
  },
  "devDependencies": {
    "@eslint/js": "^9.30.0",
    "@playwright/test": "^1.53.1",
    "@types/node": "^24.0.7",
    "@xterm/addon-fit": "^0.10.0",
    "esbuild-plugin-umd-wrapper": "^3.0.0",
    "eslint": "^9.30.0",
    "eslint-config-prettier": "^9.1.0",
    "prettier": "^3.6.2",
    "tsup": "^8.5.0",
    "typescript": "^5.8.3",
    "typescript-eslint": "^8.35.0",
    "vitest": "^3.2.4"
  },
  "bugs": {
    "url": "https://github.com/mame/xterm-pty/issues"
  },
  "homepage": "https://github.com/mame/xterm-pty#readme",
  "keywords": [
    "xterm.js",
    "pty",
    "termios",
    "cooked mode",
    "emscripten"
  ],
  "author": "Yusuke Endoh <mame@ruby-lang.org> (https://github.com/mame)"
}
