-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 727 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 727 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
{
"name": "pi-remote",
"version": "1.2.10",
"description": "Tiny SSH/tmux launcher for remote coding-agent sessions, packaged for Node.js.",
"bin": {
"pi-remote": "dist/pi-remote.js",
"claude-remote": "dist/pi-remote.js",
"pi-remote.sh": "pi-remote.sh"
},
"files": [
"assets",
"dist",
"pi-remote",
"pi-remote.sh",
"README.md"
],
"scripts": {
"build": "tsc",
"check": "tsc --noEmit && npm run check:version",
"check:types": "tsc --noEmit",
"check:version": "node scripts/check-version.js",
"prepack": "npm run check && npm run build"
},
"devDependencies": {
"@types/node": "^24.0.0",
"typescript": "^5.9.3"
},
"packageManager": "npm@11.12.1"
}