{
  "name": "copilot-framework",
  "version": "1.6.2",
  "private": false,
  "description": "Contract-first Copilot scaffolding and workspace bootstrap scripts for Edenred repositories.",
  "license": "UNLICENSED",
  "type": "commonjs",
  "bin": {
     "copilot-framework": "bin/edenred-copilot-framework.js",
    "edenred-copilot-framework": "bin/edenred-copilot-framework.js"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "bin",
    "context-template",
    "docs",
    "scripts",
    "stacks",
    "workspace/.github",
    "workspace/.vscode",
    "workspace/product-owner",
    "workspace/qa",
    "README.md",
    "CHANGELOG.md",
    "VERSION"
  ],
  "scripts": {
    "prebuild": "node -e \"require('fs').rmSync('dist', { recursive: true, force: true })\"",
    "build": "tsc -p tsconfig.json",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "pretest": "npm run build",
    "test": "node --test dist/test/*.test.js dist/test/**/*.test.js",
    "prepare": "npm run build",
    "postinstall": "node scripts/postinstall.js",
    "setup": "bash scripts/setup.sh",
    "update": "bash scripts/update.sh",
    "monthly-gains": "node bin/edenred-copilot-framework.js monthly-gains --repo .",
    "check": "bash -n scripts/setup.sh && bash -n scripts/update.sh",
    "knowledge-pack:chunk": "npx tsc -p scripts/knowledge-pack-migration/tsconfig.json && node scripts/knowledge-pack-migration/dist/chunk.js",
    "knowledge-pack:generate": "npx tsc -p scripts/knowledge-pack-migration/tsconfig.json && node scripts/knowledge-pack-migration/dist/generate.js",
    "knowledge-pack:ingest": "npx tsc -p scripts/knowledge-pack-migration/tsconfig.json && node scripts/knowledge-pack-migration/dist/ingest.js",
    "knowledge-pack:validate": "npx tsc -p scripts/knowledge-pack-migration/tsconfig.json && node scripts/knowledge-pack-migration/dist/validate.js",
    "knowledge-pack:ci-changed": "npx tsc -p scripts/knowledge-pack-migration/tsconfig.json && node scripts/knowledge-pack-migration/dist/ci-changed-markdown.js",
    "knowledge-pack:test": "npx tsc -p scripts/knowledge-pack-migration/tsconfig.json && node --test scripts/knowledge-pack-migration/dist/*.test.js"
  },
  "dependencies": {
    "apache-arrow": "^19.0.1",
    "typescript": "^5.8.3",
    "yaml": "^2.9.0"
  },
  "optionalDependencies": {
    "@lancedb/lancedb": "^0.22.0"
  },
  "devDependencies": {
    "@types/node": "^22.15.0"
  }
}
