{ "name": "@lydell/node-pty", "description": "node-pty with prebuilt binaries", "author": "Simon Lydell", "version": "1.1.0", "license": "MIT", "main": "./index.js", "types": "./node-pty.d.ts", "repository": { "type": "git", "url": "git://github.com/lydell/node-pty.git" }, "keywords": [ "pty", "tty", "terminal", "pseudoterminal", "forkpty", "openpty", "prebuild", "prebuilt" ], "optionalDependencies": { "@lydell/node-pty-darwin-x64": "1.1.0", "@lydell/node-pty-darwin-arm64": "1.1.0", "@lydell/node-pty-linux-x64": "1.1.0", "@lydell/node-pty-linux-arm64": "1.1.0", "@lydell/node-pty-win32-x64": "1.1.0", "@lydell/node-pty-win32-arm64": "1.1.0" } }