{
  "name": "daedalus-cli",
  "version": "1.39.0",
  "description": "Local-first AI coding CLI with embedded model router, multi-agent orchestration, and codebase indexing",
  "type": "module",
  "bin": {
    "daedalus": "dist/index.js"
  },
  "files": [
    "dist/",
    "Daedalus.bat",
    "README.md",
    "CHANGELOG.md",
    "CONTRIBUTING.md",
    "CODE_OF_CONDUCT.md",
    "SECURITY.md",
    "AGENTS.md",
    "scripts/postinstall.js"
  ],
  "scripts": {
    "start": "tsx src/index.ts",
    "dev": "tsx watch src/index.ts",
    "build": "tsc",
    "prepublishOnly": "npm run build",
    "test": "vitest run",
    "lint": "eslint src --ext .ts",
    "sync-docs": "tsx scripts/sync-docs.ts",
    "postinstall": "node scripts/postinstall.js"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bgill55/daedalus.git"
  },
  "homepage": "https://github.com/bgill55/daedalus#readme",
  "bugs": {
    "url": "https://github.com/bgill55/daedalus/issues"
  },
  "keywords": [
    "cli",
    "ai",
    "coding",
    "assistant",
    "local",
    "llm",
    "lm-studio",
    "ollama",
    "mcp",
    "developer-tools"
  ],
  "license": "MIT",
  "dependencies": {
    "better-sqlite3": "^12.10.0",
    "cli-highlight": "^2.1.11",
    "diff": "^7.0.0",
    "neo-blessed": "^0.2.0",
    "openai": "^4.85.4",
    "picocolors": "^1.1.1",
    "puppeteer-core": "^25.1.0",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^11.0.6",
    "@semantic-release/npm": "^12.0.2",
    "@types/better-sqlite3": "^7.6.13",
    "@types/blessed": "^0.1.27",
    "@types/diff": "^6.0.0",
    "@types/node": "^22.15.3",
    "conventional-changelog-conventionalcommits": "^8.0.0",
    "esbuild": "^0.24.0",
    "eslint": "^10.5.0",
    "globals": "^16.5.0",
    "semantic-release": "^25.0.5",
    "tsx": "^4.19.4",
    "typescript": "^5.8.3",
    "typescript-eslint": "^8.61.1",
    "vitest": "^2.1.8"
  }
}
