{ "name": "git-arboretum", "version": "0.1.0", "description": "Self-hosted web dashboard for git worktrees and the Claude Code sessions running on them", "license": "MIT", "type": "module", "bin": { "arboretum": "./dist/index.js" }, "main": "./dist/app.js", "files": [ "dist", "public" ], "engines": { "node": ">=22.16" }, "scripts": { "build": "tsc -b", "dev": "tsc -b --watch & node --watch dist/index.js", "prepack": "node scripts/copy-web.mjs", "test": "vitest run" }, "dependencies": { "@arboretum/shared": "0.1.0", "@fastify/cookie": "^11.0.0", "@fastify/static": "^8.0.0", "@fastify/websocket": "^11.0.0", "@homebridge/node-pty-prebuilt-multiarch": "^0.13.0", "fastify": "^5.0.0" }, "devDependencies": { "@types/ws": "^8.5.0" } }