{
  "name": "@microsoft/tui-test",
  "scripts": {
    "build": "npx tsc",
    "dev": "npm run build && node index.js",
    "lint": "eslint src/ --ext .ts,.tsx && prettier src/ --check",
    "lint:fix": "eslint src/ --ext .ts,.tsx --fix && prettier src/ --write",
    "test:e2e": "npm run build && node index.js e2e.test.ts"
  },
  "version": "0.0.4",
  "description": "An end-to-end terminal testing framework for CLI and TUI experiences",
  "type": "module",
  "engines": {
    "node": ">=16.6.0 <25.0.0",
    "bun": ">=1.3.5"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/microsoft/tui-test.git"
  },
  "author": "Microsoft Corporation",
  "license": "MIT",
  "homepage": "https://github.com/microsoft/tui-test#readme",
  "files": [
    "lib/**",
    "index.js",
    "index.d.ts",
    "shell/**"
  ],
  "main": "index.js",
  "types": "index.d.ts",
  "bin": {
    "tui-test": "index.js"
  },
  "dependencies": {
    "@swc/core": "^1.3.102",
    "@xterm/headless": "^6.0.0",
    "chalk": "^5.3.0",
    "color-convert": "^2.0.1",
    "commander": "^11.1.0",
    "expect": "^29.7.0",
    "glob": "^10.3.10",
    "jest-diff": "^29.7.0",
    "pretty-ms": "^8.0.0",
    "proper-lockfile": "^4.1.2",
    "which": "^4.0.0",
    "workerpool": "^9.1.0"
  },
  "optionalDependencies": {
    "node-pty": "1.2.0-beta.11"
  },
  "devDependencies": {
    "@commitlint/cli": "^18.4.4",
    "@commitlint/config-conventional": "^18.4.4",
    "@microsoft/tui-test": "file:.",
    "@tsconfig/node18": "^18.2.2",
    "@types/bun": "^1.3.10",
    "@types/color-convert": "^2.0.3",
    "@types/proper-lockfile": "^4.1.4",
    "@types/uuid": "^9.0.7",
    "@types/which": "^3.0.3",
    "@typescript-eslint/eslint-plugin": "^6.7.4",
    "@typescript-eslint/parser": "^6.7.4",
    "conventional-changelog-conventionalcommits": "^7.0.2",
    "eslint": "^8.51.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-header": "^3.1.1",
    "prettier": "3.2.1",
    "ts-node": "^10.9.2",
    "typescript": "^5.3.3"
  }
}
