Files
SuperCharged-Claude-Code-Up…/package.json
uroma 0dd2083556 Initial commit: Obsidian Web Interface for Claude Code
- Full IDE with terminal integration using xterm.js
- Session management with local and web sessions
- HTML preview functionality
- Multi-terminal support with session picker

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-19 16:29:44 +00:00

32 lines
780 B
JSON

{
"name": "obsidian-web-interface",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "node server.js",
"dev": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@xterm/addon-fit": "^0.11.0",
"@xterm/addon-web-links": "^0.12.0",
"@xterm/xterm": "^6.0.0",
"bcryptjs": "^3.0.3",
"cookie-parser": "^1.4.7",
"express": "^4.22.1",
"express-session": "^1.18.2",
"fast-xml-parser": "^5.3.3",
"highlight.js": "^11.11.1",
"markdown-it": "^14.1.0",
"node-pty": "^1.1.0",
"ws": "^8.19.0",
"xterm": "^5.3.0",
"xterm-addon-fit": "^0.8.0",
"xterm-addon-web-links": "^0.9.0"
}
}