vibetunnel/web/node-pty/package.json
2025-07-11 08:23:47 +02:00

23 lines
No EOL
549 B
JSON

{
"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",
"rimraf": "^5.0.5",
"typescript": "^5.8.3"
},
"gypfile": true,
"license": "MIT"
}