@karinjs/node-pty
Version:
Use vite+tsup to recompile node-pty into esm, which is smaller in size.
42 lines • 1.15 kB
JSON
{
"name": "@karinjs/node-pty",
"version": "1.1.0",
"description": "Use vite+tsup to recompile node-pty into esm, which is smaller in size.",
"keywords": [
"karinjs",
"node-pty"
],
"homepage": "https://github.com/KarinJS/node-pty",
"bugs": {
"url": "https://github.com/KarinJS/node-pty/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KarinJS/node-pty.git"
},
"license": "MIT",
"author": "shijin",
"type": "module",
"main": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "vite build && tsup",
"pub": "npm publish --access public",
"sync": "curl -X PUT \"https://registry-direct.npmmirror.com/-/package/@karinjs/node-pty/syncs\"",
"install": "npx @karinjs/prebuild-install@1.3.1 -r node --pkg_version=0.12.0 --pkg_name=node-pty-prebuilt-multiarch",
"demo": "node demo/index.mjs"
},
"engines": {
"node": ">=18"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"devDependencies": {
"@homebridge/node-pty-prebuilt-multiarch": "^0.12.0"
}
}