{
  "name": "node-pty",
  "version": "1.0.0",
  "description": "Minimal PTY implementation without threading - vendored from node-pty",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "tsc && node-gyp rebuild",
    "clean": "rimraf lib build",
    "install": "node-gyp rebuild"
  },
  "dependencies": {
    "node-addon-api": "^7.1.0"
  },
  "devDependencies": {
    "@types/node": "^24.0.3",
    "node-gyp": "^11.0.0",
    "prebuild": "^13.0.1",
    "rimraf": "^5.0.5",
    "typescript": "^5.8.3"
  },
  "gypfile": true,
  "license": "MIT"
}