-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 1.36 KB
/
package.json
File metadata and controls
30 lines (30 loc) · 1.36 KB
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": "adhdev",
"version": "0.9.81",
"private": true,
"description": "Agent Dashboard Hub \u2014 Control your IDE's AI agents from anywhere",
"workspaces": [
"packages/*"
],
"scripts": {
"start": "npm run dev",
"dev": "node scripts/dev.mjs",
"dev:daemon": "tsx packages/daemon-standalone/src/index.ts --dev --no-open",
"dev:web": "npm run dev -w packages/web-standalone -- --port 3000 --strictPort",
"build": "npm run build -w packages/session-host-core && npm run build -w packages/session-host-daemon && npm run build -w packages/ghostty-vt-node && npm run build -w packages/terminal-mux-core && npm run build -w packages/terminal-mux-control && npm run build -w packages/terminal-render-web && npm run build -w packages/terminal-mux-cli && npm run build -w packages/daemon-core && npm run build -w packages/mcp-server && npm run build -w packages/web-core && npm run build -w packages/web-standalone && npm run build -w packages/daemon-standalone"
},
"devDependencies": {
"@types/cacheable-request": "^6.0.3",
"@types/http-cache-semantics": "^4.2.0",
"@types/keyv": "^3.1.4",
"@types/responselike": "^1.0.3",
"@types/yauzl": "^2.10.3"
},
"author": "vilmire",
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/vilmire/adhdev.git"
},
"homepage": "https://docs.adhf.dev"
}