{
  "name": "@microsoft/m365-copilot-eval",
  "version": "1.17.0",
  "minCliVersion": "1.0.1-preview.1",
  "description": "Zero-config Node.js wrapper for M365 Copilot Agent Evaluations CLI (Python-based Azure AI Evaluation SDK)",
  "publishDate": "2026-09-09",
  "main": "src/clients/node-js/lib/index.js",
  "type": "module",
  "bin": {
    "runevals": "./src/clients/node-js/bin/runevals.js"
  },
  "scripts": {
    "prebuild": "node scripts/generate-defaults.js",
    "build": "npm run prettier:check && npm run clean && npm run lint",
    "clean": "rimraf node_modules/.cache dist coverage",
    "test": "node --test tests/clients/node-js/**/*.test.js",
    "test:coverage": "c8 --reporter=cobertura --reporter=text node --test tests/clients/node-js/**/*.test.js",
    "install-credprovider": "artifacts-npm-credprovider && npm ci",
    "set-publish-date": "node scripts/set-publish-date.js",
    "prettier:base": "prettier --parser babel",
    "prettier:check": "npm run prettier:base -- --check \"src/clients/node-js/**/*.js\"",
    "prettier:write": "npm run prettier:base -- --write \"src/clients/node-js/**/*.js\"",
    "lint": "npm run lint:eslint",
    "lint:eslint": "eslint --quiet \"src/clients/node-js/**/*.js\"",
    "lint:eslint:fix": "npm run lint:eslint -- --fix",
    "lint:eslint:loud": "eslint \"src/clients/node-js/**/*.js\"",
    "prepublishOnly": "node scripts/set-publish-date.js"
  },
  "keywords": [
    "m365",
    "copilot",
    "evaluation",
    "azure-ai",
    "agent",
    "python-wrapper"
  ],
  "author": "Microsoft",
  "license": "MICROSOFT SOFTWARE LICENSE TERMS",
  "engines": {
    "node": ">=22.21.1"
  },
  "dependencies": {
    "commander": "^15.0.0",
    "dotenv": "^17.4.2",
    "https-proxy-agent": "^9.0.0",
    "node-fetch": "^3.3.2",
    "tar": "^7.5.4"
  },
  "devDependencies": {
    "c8": "^12.0.0",
    "eslint": "^9.7.0",
    "eslint-config-prettier": "^10.0.0",
    "prettier": "^3.2.4",
    "rimraf": "^6.0.0"
  },
  "files": [
    "src/clients/node-js/bin/",
    "src/clients/node-js/lib/",
    "src/clients/node-js/config/",
    "src/clients/cli/**/*.py",
    "src/clients/cli/**/*.prompty",
    "src/clients/cli/judge_prompts.json",
    "src/clients/cli/requirements.txt",
    "schema/",
    "README.md",
    "LICENSE"
  ],
  "homepage": "https://github.com/microsoft/m365-copilot-eval",
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoft/m365-copilot-eval.git"
  }
}
