-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 902 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 902 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
{
"name": "persalink",
"version": "1.0.3",
"private": true,
"description": "Tmux session orchestrator — seamless terminal management from any device",
"workspaces": [
"packages/*",
"apps/*"
],
"scripts": {
"dev:server": "npm run dev -w @persalink/server",
"build:server": "npm run build -w @persalink/server",
"start:server": "npm run start -w @persalink/server",
"dev:client": "npm run dev -w @persalink/client",
"build:client": "npm run build -w @persalink/client"
},
"keywords": ["tmux", "terminal", "xterm", "websocket", "session-manager", "remote-terminal", "mobile-terminal"],
"author": "Brobata",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/brobata/persalink"
},
"homepage": "https://github.com/brobata/persalink#readme",
"bugs": {
"url": "https://github.com/brobata/persalink/issues"
}
}