forked from codrops/LineTextHoverAnimations
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 733 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 733 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "multi-terminal-console",
"version": "1.0.0",
"description": "A multi-terminal console for running multiple Claude Code instances simultaneously",
"main": "server/index.js",
"scripts": {
"start": "node server/index.js",
"dev": "node server/index.js"
},
"repository": {
"type": "git",
"url": "http://local_proxy@127.0.0.1:30044/git/MonsterOne1/LineTextHoverAnimations"
},
"keywords": [
"terminal",
"console",
"claude-code",
"multi-terminal"
],
"author": "",
"license": "MIT",
"dependencies": {
"express": "^5.2.1",
"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"
}
}