{
	"name": "conductor-remote",
	"version": "1.131.6",
	"type": "module",
	"packageManager": "yarn@4.15.0",
	"description": "Phone control panel for local Conductor agents. Reads ride SQLite + git; prompts ride Conductor's own dispatch path.",
	"license": "MIT",
	"author": "Eivind Hyldmo",
	"homepage": "https://github.com/hyldmo/conductor-remote#readme",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/hyldmo/conductor-remote.git"
	},
	"bugs": {
		"url": "https://github.com/hyldmo/conductor-remote/issues"
	},
	"keywords": [
		"conductor",
		"claude-code",
		"coding-agents",
		"remote-control",
		"pwa",
		"tailscale",
		"sqlite"
	],
	"engines": {
		"node": ">=24"
	},
	"bin": "bin/cli.js",
	"files": [
		"bin",
		"dist",
		"dist-node",
		"docs/voice-setup.md"
	],
	"publishConfig": {
		"access": "public",
		"provenance": true
	},
	"scripts": {
		"start": "node bin/cli.js",
		"relay": "node --watch bin/cli.js",
		"dev": "numux",
		"dev:web": "vite",
		"build": "vite build",
		"build:node": "tsc -p tsconfig.build.json && node scripts/copy-applescript.ts",
		"preview": "yarn build && yarn start",
		"gen:icons": "node scripts/gen-icons.ts",
		"db:schema": "node --experimental-transform-types scripts/generate-orchestration-schema.ts",
		"db:schema:check": "node --experimental-transform-types scripts/generate-orchestration-schema.ts --check",
		"deploy": "yarn build && node bin/cli.js service install",
		"service": "node bin/cli.js service",
		"typecheck": "tsc -p tsconfig.json",
		"lint": "biome check .",
		"fix": "biome check . --fix",
		"test": "vitest run",
		"test:watch": "vitest",
		"test:coverage": "vitest run --coverage",
		"check:repo": "yarn check:imports && yarn check:applescript && yarn db:schema:check",
		"verify": "yarn typecheck && yarn lint && yarn check:repo && yarn test",
		"release": "semantic-release",
		"prepack": "yarn build && yarn build:node",
		"postinstall": "husky || true",
		"check:applescript": "node scripts/check-applescript.ts",
		"check:imports": "node scripts/check-imports.ts"
	},
	"devDependencies": {
		"@biomejs/biome": "^2.3.8",
		"@commitlint/cli": "^20.4.2",
		"@commitlint/config-conventional": "^20.4.2",
		"@iconify-icons/vscode-icons": "2.0.2",
		"@lobehub/icons-static-svg": "^1.94.0",
		"@pierre/diffs": "^1.3.6",
		"@pierre/theme": "^2.0.0",
		"@pierre/theming": "^1.0.1",
		"@tailwindcss/vite": "^4.1.18",
		"@tanstack/react-query": "^5.90.20",
		"@types/node": "^24.7.0",
		"@types/react": "^19.2.10",
		"@types/react-dom": "^19.2.3",
		"@vitejs/plugin-react": "^5.0.4",
		"@vitest/coverage-v8": "^4.1.11",
		"clsx": "^2.1.1",
		"drizzle-kit": "1.0.0-rc.4",
		"husky": "^9.1.7",
		"jsqr": "^1.4.0",
		"lowlight": "^3.3.0",
		"lucide-react": "^0.563.0",
		"numux": "^2.18.0",
		"react": "^19.2.4",
		"react-dom": "^19.2.4",
		"react-markdown": "^10.1.0",
		"react-router": "^7.15.0",
		"remark-breaks": "^4.0.0",
		"remark-gfm": "^4.0.1",
		"semantic-release": "^25.0.3",
		"sharp": "^0.34.5",
		"shiki": "^4.4.3",
		"tailwind-merge": "^3.4.0",
		"tailwindcss": "^4.1.18",
		"typescript": "^5.9.3",
		"vite": "^7.3.1",
		"vite-plugin-pwa": "^1.2.0",
		"vitest": "^4.1.11",
		"zustand": "^5.0.12"
	},
	"dependencies": {
		"drizzle-orm": "1.0.0-rc.4",
		"zod": "4.1.12"
	}
}
