mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-03-25 09:25:50 +00:00
- Update package.json to 1.0.0-beta.16 - Update package.npm.json to 1.0.0-beta.16 - Update mac/VibeTunnel/version.xcconfig to 1.0.0-beta.16 - Update ios/VibeTunnel/version.xcconfig to 1.0.0-beta.16
77 lines
No EOL
1.8 KiB
JSON
77 lines
No EOL
1.8 KiB
JSON
{
|
|
"name": "vibetunnel",
|
|
"version": "1.0.0-beta.16",
|
|
"description": "Terminal sharing server with web interface - supports macOS, Linux, and headless environments",
|
|
"main": "lib/cli.js",
|
|
"bin": {
|
|
"vibetunnel": "./bin/vibetunnel"
|
|
},
|
|
"files": [
|
|
"lib/",
|
|
"public/",
|
|
"bin/",
|
|
"scripts/",
|
|
"node-pty/",
|
|
"prebuilds/",
|
|
"README.md"
|
|
],
|
|
"os": [
|
|
"darwin",
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/amantus-ai/vibetunnel.git",
|
|
"directory": "web"
|
|
},
|
|
"homepage": "https://vibetunnel.sh",
|
|
"bugs": {
|
|
"url": "https://github.com/amantus-ai/vibetunnel/issues"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "node scripts/postinstall.js"
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/commands": "^6.8.1",
|
|
"@codemirror/lang-css": "^6.3.1",
|
|
"@codemirror/lang-html": "^6.4.9",
|
|
"@codemirror/lang-javascript": "^6.2.4",
|
|
"@codemirror/lang-json": "^6.0.2",
|
|
"@codemirror/lang-markdown": "^6.3.4",
|
|
"@codemirror/lang-python": "^6.2.1",
|
|
"@codemirror/state": "^6.5.2",
|
|
"@codemirror/theme-one-dark": "^6.1.3",
|
|
"@codemirror/view": "^6.38.1",
|
|
"@xterm/headless": "^5.5.0",
|
|
"bonjour-service": "^1.3.0",
|
|
"chalk": "^5.4.1",
|
|
"compression": "^1.8.0",
|
|
"express": "^5.1.0",
|
|
"helmet": "^8.1.0",
|
|
"http-proxy-middleware": "^3.0.5",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"lit": "^3.3.1",
|
|
"mime-types": "^3.0.1",
|
|
"monaco-editor": "^0.52.2",
|
|
"multer": "^2.0.1",
|
|
"postject": "1.0.0-alpha.6",
|
|
"signal-exit": "^4.1.0",
|
|
"web-push": "^3.6.7",
|
|
"ws": "^8.18.3",
|
|
"node-addon-api": "^7.1.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"authenticate-pam": "^1.0.5"
|
|
},
|
|
"keywords": [
|
|
"terminal",
|
|
"multiplexer",
|
|
"websocket",
|
|
"asciinema"
|
|
],
|
|
"author": "",
|
|
"license": "MIT"
|
|
} |