{
  "name": "copilot-framework",
  "version": "1.5.0",
  "private": false,
  "description": "Contract-first Copilot scaffolding and workspace bootstrap scripts for Edenred repositories.",
  "license": "UNLICENSED",
  "type": "commonjs",
  "bin": {
    "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",
    "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": "bash scripts/monthly-gains.sh",
    "check": "bash -n scripts/setup.sh && bash -n scripts/update.sh"
  },
  "dependencies": {
    "@lancedb/lancedb": "^0.22.0",
    "apache-arrow": "^19.0.1",
    "typescript": "^5.8.3",
    "yaml": "^2.9.0"
  },
  "devDependencies": {
    "@types/node": "^22.15.0"
  }
}
