{
    "name": "xterm-readline",
    "version": "1.1.2",
    "description": "xterm-js readline addon",
    "keywords": [
        "xterm",
        "readline",
        "cli",
        "terminal"
    ],
    "author": "Erik Bremen <strtok@gmail.com>",
    "license": "MIT",
    "homepage": "https://github.com/strtok/xterm-readline",
    "bugs": "https://github.com/strtok/xterm-readline/issues",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/strtok/xterm-readline.git"
    },
    "main": "lib/readline.js",
    "types": "lib/readline.d.ts",
    "scripts": {
        "start": "npm run build:live",
        "dev": "tsc --watch -p .",
        "build": "tsc -p .",
        "build:live": "nodemon --watch 'src/**/*.ts' --exec \"ts-node\" src/readline.ts",
        "format": "prettier --write \"src/**/*.ts\"",
        "lint": "eslint .",
        "prepare": "npm run build",
        "preversion": "npm run lint",
        "package": "../../node_modules/.bin/webpack",
        "prepublish": "tsc",
        "prepublishOnly": "npm test && npm run lint",
        "test": "jest"
    },
    "devDependencies": {
        "@types/jest": "^29.2.4",
        "@types/node": "^22.9.0",
        "@typescript-eslint/eslint-plugin": "^8.13.0",
        "@typescript-eslint/parser": "^8.13.0",
        "@xterm/xterm": "^5.5.0",
        "babel-jest": "^29.7.0",
        "eslint": "^9.0.0",
        "jest": "^29.7.0",
        "jest-environment-jsdom": "^29.7.0",
        "nodemon": "^3.1.7",
        "prettier": "^3.3.0",
        "ts-jest": "^29.2.5",
        "ts-node": "^10.9.2",
        "typescript": "^5.6.3"
    },
    "dependencies": {
        "string-width": "^4"
    },
    "peerDependencies": {
        "@xterm/xterm": "^5.5.0"
    }
}
