{
  "name": "@sintesi/sintesi",
  "version": "0.21.0",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/doctypedev/sintesi.git"
  },
  "description": "The Self-Maintaining Documentation System - Automatically update documentation when code changes",
  "main": "dist/cli/src/index.js",
  "types": "dist/cli/src/index.d.ts",
  "bin": {
    "sintesi": "dist/cli/src/index.js"
  },
  "files": [
    "dist/**/*",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "keywords": [
    "documentation",
    "ast",
    "typescript",
    "automation",
    "drift-detection"
  ],
  "author": "sintesi",
  "license": "MIT",
  "dependencies": {
    "@ai-sdk/anthropic": "^2.0.53",
    "@ai-sdk/google": "^2.0.44",
    "@ai-sdk/mistral": "^2.0.25",
    "@ai-sdk/openai": "^2.0.77",
    "@ai-sdk/provider": "^2.0.0",
    "@clack/prompts": "^0.11.0",
    "@helicone/ai-sdk-provider": "^1.0.11",
    "@lancedb/lancedb": "^0.23.0",
    "@types/uuid": "^10.0.0",
    "ai": "^5.0.106",
    "cohere-ai": "^7.20.0",
    "dotenv": "^17.2.3",
    "glob": "^13.0.0",
    "picocolors": "^1.1.1",
    "ts-morph": "^21.0.1",
    "uuid": "^13.0.0",
    "yargs": "^17.7.2",
    "zod": "^4.1.13",
    "@sintesi/core": "0.21.0"
  },
  "devDependencies": {
    "@types/node": "^20.10.6",
    "@types/vue": "^1.0.31",
    "@types/yargs": "^17.0.32",
    "@typescript-eslint/eslint-plugin": "^6.16.0",
    "@typescript-eslint/parser": "^6.16.0",
    "@vitest/coverage-v8": "^1.1.0",
    "@vitest/ui": "^1.1.0",
    "eslint": "^8.56.0",
    "tsx": "^4.19.2",
    "typescript": "^5.3.3",
    "vite": "^5.0.10",
    "vitepress": "^1.6.4",
    "vitest": "^1.1.0",
    "vue": "^3.5.25"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "packageManager": "pnpm@10.23.0+sha512.21c4e5698002ade97e4efe8b8b4a89a8de3c85a37919f957e7a0f30f38fbc5bbdd05980ffe29179b2fb6e6e691242e0fef5fb6411e2a4b",
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "postbuild": "chmod +x dist/cli/src/index.js",
    "dev": "tsc --watch -p tsconfig.json",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "test:ui": "vitest --ui",
    "lint": "eslint . --ext .ts",
    "clean": "rm -rf dist"
  }
}