{
  "name": "@microsoft/m365agentstoolkit-cli",
  "version": "1.1.11",
  "author": "Microsoft Corporation",
  "description": "Microsoft 365 Agents Toolkit CLI",
  "license": "MIT",
  "engines": {
    "node": ">=12"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/OfficeDev/teams-toolkit.git"
  },
  "scripts": {
    "copy-files": "copyfiles -u 1 src/**/*.html src/**/*.css lib/",
    "build": "rimraf lib && tsc -p ./ && npm run copy-files",
    "watch": "rimraf lib && npm run copy-files && tsc -w -p ./",
    "package": "rimraf lib && node --max-old-space-size=4096 node_modules/webpack/bin/webpack.js --mode production --config ./webpack.config.js",
    "prepack": "npm run package",
    "test:unit": "nyc --no-clean mocha --require tests/unit/setup.ts \"tests/unit/**/*.tests.ts\" ",
    "test:helper": "nyc --no-clean mocha --require tests/unit/setup.ts \"tests/unit/helper.tests.ts\" ",
    "test:engine": "nyc --no-clean mocha --require tests/unit/setup.ts \"tests/unit/engine.tests.ts\" ",
    "test:cmds": "nyc --no-clean mocha --require tests/unit/setup.ts \"tests/unit/cmds/**/*.tests.ts\" ",
    "test:commands": "nyc --no-clean mocha --require tests/unit/setup.ts \"tests/unit/commands.tests.ts\" ",
    "test:telemetry": "nyc --no-clean mocha --require tests/unit/setup.ts \"tests/unit/telemetry.tests.ts\" ",
    "test:prompts": "nyc --no-clean mocha --require tests/unit/setup.ts \"tests/unit/prompts/**/*.tests.ts\" ",
    "check-format": "prettier --list-different --config .prettierrc.json --ignore-path .prettierignore \"{src,tests}/**/*.ts\" \"*.{js,json}\"",
    "format": "prettier --write --config .prettierrc.json --ignore-path .prettierignore \"{src,tests}/**/*.ts\" \"*.{js,json}\"",
    "lint:fix": "eslint \"src/**/*.ts\" \"tests/**/*.ts\" --fix",
    "lint": "eslint \"src/**/*.ts\" \"tests/**/*.ts\"",
    "precommit": "lint-staged",
    "postinstall": "node deletePS1.js",
    "build-metrics": "npx eslint --plugin=@microsoft/eslint-plugin-teamsfx --rule=\"@microsoft/teamsfx/metrics: warn\" --ignore-pattern=\"src/telemetry/**/*.ts\" --ignore-pattern=\"src/cmds/**/*.ts\" \"src/**/*.ts\" --fix"
  },
  "keywords": [
    "teamsfx",
    "teamsfx-cli",
    "teamsapp-cli",
    "m365agentstoolkit-cli",
    "teamsapp",
    "m365agents",
    "atk"
  ],
  "preferGlobal": true,
  "bin": {
    "teamsapp": "./cliold.js",
    "atk": "./cli.js",
    "m365agentstoolkit-cli": "./cli.js"
  },
  "aiKey": "2b2a561e-be84-4bee-b3a9-12b2a2c9e974",
  "devDependencies": {
    "@inquirer/testing": "^2.1.2",
    "@istanbuljs/nyc-config-typescript": "^1.0.1",
    "@microsoft/metrics-ts": "0.0.10",
    "@types/chai": "^4.2.14",
    "@types/chai-as-promised": "^7.1.3",
    "@types/express": "^4.17.21",
    "@types/fs-extra": "^8.0.1",
    "@types/keytar": "^4.4.2",
    "@types/lodash": "^4.14.170",
    "@types/mocha": "^10.0.10",
    "@types/node": "^22.15.0",
    "@types/semver": "^7.5.1",
    "@types/sinon": "^17.0.0",
    "@types/underscore": "^1.11.0",
    "@types/uuid": "^8.3.0",
    "chai": "^4.2.0",
    "chai-as-promised": "^7.1.1",
    "copy-webpack-plugin": "^9.0.0",
    "copyfiles": "^2.4.1",
    "css-loader": "^5.2.5",
    "eslint": "^9.0.0",
    "eslint-config-prettier": "^10.1.0",
    "eslint-plugin-headers": "^1.3.4",
    "eslint-plugin-import-x": "^4.16.0",
    "eslint-plugin-no-secrets": "^1.1.2",
    "eslint-plugin-prettier": "^5.5.0",
    "glob": "^11.0.1",
    "globals": "^16.2.0",
    "html-webpack-plugin": "^5.3.1",
    "lint-staged": "^10.5.4",
    "mocha": "^11.0.0",
    "mocked-env": "^1.3.5",
    "nyc": "^17.1.0",
    "prettier": "^2.4.1",
    "rimraf": "^5.0.1",
    "sass-loader": "^11.1.1",
    "sinon": "^19.0.0",
    "source-map-support": "^0.5.19",
    "style-loader": "^2.0.0",
    "terser-webpack-plugin": "^5.1.2",
    "ts-loader": "^9.5.2",
    "ts-node": "^10.9.2",
    "tslib": "^2.3.1",
    "typescript": "~5.9.0",
    "typescript-eslint": "^8.56.0",
    "umd-compat-loader": "^2.1.2",
    "url-loader": "^4.1.1",
    "uuid": "^8.3.2",
    "webpack": "^5.95.0",
    "webpack-cli": "^5.1.4"
  },
  "dependencies": {
    "@azure/arm-subscriptions": "^5.0.0",
    "@azure/core-auth": "^1.4.0",
    "@azure/identity": "^4.1.0",
    "@azure/msal-node": "^2.6.6",
    "@azure/msal-node-extensions": "^1.5.25",
    "@inquirer/core": "^5.1.2",
    "@inquirer/prompts": "^7.10.1",
    "@inquirer/type": "^1.1.5",
    "@microsoft/teamsfx-api": "0.23.14",
    "@microsoft/teamsfx-core": "3.0.13",
    "ansi-escapes": "^4.3.2",
    "applicationinsights": "^1.8.10",
    "async-mutex": "^0.3.1",
    "chalk": "^4.1.0",
    "cli-table3": "^0.6.3",
    "dotenv": "^8.2.0",
    "express": "^4.21.2",
    "figures": "^3.2.0",
    "fs-extra": "^9.1.0",
    "lodash": "^4.17.21",
    "log4js": "^6.4.0",
    "node-machine-id": "^1.1.12",
    "open": "^8.2.1",
    "semver": "^7.5.4",
    "tree-kill": "^1.2.2",
    "underscore": "^1.12.1"
  },
  "optionalDependencies": {
    "keytar": "^7.7.0"
  },
  "files": [
    "lib",
    "resource",
    "templates",
    "json-schemas",
    "deletePS1.js",
    "cli.js",
    "cli_teamsapp.js"
  ],
  "gitHead": "9cbd35562278472ec1688d93afa5b87544467468",
  "publishConfig": {
    "access": "public"
  },
  "lint-staged": {
    "*.{js,jsx,css,ts,tsx}": [
      "npx eslint --cache --fix --quiet"
    ]
  }
}
