{
	"name": "@dreb/dashboard",
	"version": "2.66.3",
	"description": "Web dashboard for dreb — fleet overview, chat parity, subagent observability",
	"license": "MIT",
	"type": "module",
	"main": "./dist/index.js",
	"types": "./dist/index.d.ts",
	"exports": {
		".": {
			"types": "./dist/index.d.ts",
			"import": "./dist/index.js"
		}
	},
	"bin": {
		"dreb-dashboard": "./dist/index.js"
	},
	"publishConfig": {
		"access": "public"
	},
	"files": [
		"dist",
		"README.md",
		"src/client/assets/fonts/OFL.txt",
		"src/client/assets/fonts/PROVENANCE.md",
		"src/client/assets/fonts/OPENDYSLEXIC-OFL.txt",
		"src/client/assets/fonts/OPENDYSLEXIC-PROVENANCE.md",
		"src/client/assets/fonts/FIRACODE-OFL.txt",
		"src/client/assets/fonts/FIRACODE-PROVENANCE.md",
		"src/client/assets/fonts/IOSEVKA-OFL.txt",
		"src/client/assets/fonts/IOSEVKA-PROVENANCE.md",
		"src/client/assets/fonts/ATKINSON-OFL.txt",
		"src/client/assets/fonts/ATKINSON-PROVENANCE.md"
	],
	"scripts": {
		"clean": "shx rm -rf dist",
		"build": "tsgo -p tsconfig.build.json && vite build && shx chmod +x dist/index.js",
		"dev": "tsgo -p tsconfig.build.json --watch --preserveWatchOutput",
		"profile:mobile": "node scripts/profile-mobile.mjs",
		"test": "vitest --run",
		"prepublishOnly": "npm run clean && npm run build"
	},
	"dependencies": {
		"@dreb/coding-agent": "*",
		"@silvia-odwyer/photon-node": "^0.3.4",
		"express": "^5.2.1"
	},
	"devDependencies": {
		"@types/express": "^5.0.5",
		"@types/node": "^24.3.0",
		"dompurify": "^3.4.11",
		"esbuild": "^0.27.4",
		"highlight.js": "^11.11.1",
		"jsdom": "^28.0.0",
		"marked": "^15.0.12",
		"playwright": "^1.61.1",
		"solid-js": "^1.9.14",
		"typescript": "^5.9.2",
		"vite": "^8.1.3",
		"vite-plugin-solid": "^2.11.12",
		"vitest": "^4.1.8"
	},
	"engines": {
		"node": "22.x"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/aebrer/dreb.git",
		"directory": "packages/dashboard"
	}
}
