{
  "name": "@microsoft/teamsfx-core",
  "version": "3.0.13",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "license": "MIT",
  "scripts": {
    "lint:staged": "lint-staged",
    "lint": "eslint \"src/**/*.ts\" \"tests/**/*.ts\"",
    "test:unit": "nyc mocha \"tests/**/*.test.ts\" ",
    "test:core": "nyc mocha \"tests/core/**/*.test.ts\"",
    "test:fxcore": "nyc mocha \"tests/core/FxCore.test.ts\"",
    "test:daSpecParser": "nyc mocha \"tests/common/daSpecParser.test.ts\"",
    "test:helper": "nyc mocha \"tests/component/generator/openApiSpec/helper.test.ts\"",
    "test:common": "nyc mocha \"tests/common/**/*.test.ts\"",
    "test:bot": "nyc mocha \"tests/plugins/resource/bot/**/*.test.ts\"",
    "test:cicd": "nyc mocha \"tests/component/feature/cicd/**/*.test.ts\"",
    "test:dotnet": "nyc mocha \"tests/plugins/resource/dotnet/**/*.test.ts\"",
    "test:function": "nyc mocha \"tests/plugins/resource/function/**/*.test.ts\"",
    "test:frontend": "nyc mocha \"tests/plugins/resource/frontend/**/*.test.ts\"",
    "test:appmanifest": "nyc mocha \"tests/component/resource/appManifest/**/*.test.ts\"",
    "test:spfx": "nyc mocha \"tests/plugins/resource/spfx/**/*.test.ts\"",
    "test:apim": "nyc mocha \"tests/plugins/resource/apim/**/*.test.ts\"",
    "test:env-checker": "npx mocha \"tests/component/deps-checker/**/*.it.ts\"",
    "test:func-checker": "npx mocha \"tests/component/deps-checker/**/funcTool.it.ts\"",
    "test:node-checker": "npx mocha \"tests/component/deps-checker/**/node.it.ts\"",
    "test:dotnet-checker": "npx mocha \"tests/component/deps-checker/**/dotnet.it.ts\"",
    "test:component": "nyc mocha \"tests/component/**/*.test.ts\"",
    "test:configManager": "nyc mocha \"tests/component/configManager/*.test.ts\"",
    "test:botService": "nyc mocha \"tests/component/resource/botService/**/*.test.ts\"",
    "test:hosting": "nyc mocha \"tests/common/hosting/**/*.test.ts\"",
    "test:aadDriver": "nyc mocha \"tests/component/driver/aad/*.test.ts\"",
    "test:apiKey": "nyc mocha \"tests/component/driver/apiKey/*.test.ts\"",
    "test:oauth": "nyc mocha \"tests/component/driver/oauth/*.test.ts\"",
    "test:typeSpec": "nyc mocha \"tests/component/driver/typeSpec/*.test.ts\"",
    "test:kiotaClient": "nyc mocha \"tests/common/kiotaClient.test.ts\"",
    "test:botAadAppDriver": "nyc mocha \"tests/component/driver/botAadApp/*.test.ts\"",
    "test:armDriver": "nyc mocha \"tests/component/driver/arm/*.test.ts\"",
    "test:teamsAppDriver": "nyc mocha \"tests/component/driver/teamsApp/*.test.ts\"",
    "test:devChannelDriver": "nyc mocha \"tests/component/driver/devChannel/*.test.ts\"",
    "test:coordinator": "nyc mocha \"tests/component/coordinator/*.test.ts\"",
    "test:coordinator-create": "nyc mocha \"tests/component/coordinator/coordinator.create.test.ts\"",
    "test:provisionUtil": "nyc mocha \"tests/component/provisionUtils.test.ts\"",
    "test:envUtil": "nyc mocha \"tests/component/envUtil.test.ts\"",
    "test:envMgr": "nyc mocha \"tests/core/environment.test.ts\"",
    "test:generator": "nyc mocha \"tests/component/generator/*.test.ts\"",
    "test:upgrade": "npx mocha \"tests/core/middleware/migration/*.test.ts\"",
    "test:officeAddinGenerator": "nyc mocha \"tests/component/generator/officeAddinGenerator.test.ts\"",
    "test:officeXMLAddinGenerator": "nyc mocha \"tests/component/generator/officeXMLAddinGenerator.test.ts\"",
    "test:scriptDriver": "nyc mocha \"tests/component/driver/script/scriptDriver.test.ts\"",
    "test:rghelper": "nyc mocha \"tests/component/resourceGroupHelper.test.ts\"",
    "test:manifestUtil": "nyc mocha \"tests/component/resource/appManifest/manifestUtils.test.ts\"",
    "test:jsonUtils": "nyc mocha \"tests/component/jsonUtils.test.ts\"",
    "test:appstudio": "nyc mocha \"tests/component/resource/appManifest/appstudio.test.ts\"",
    "test:apiFeature": "nyc mocha \"tests/component/feature/api.test.ts\"",
    "test:spfxFeature": "nyc mocha \"tests/component/feature/spfx.test.ts\"",
    "test:azureDeployImpl": "nyc mocha \"tests/component/driver/deploy/azure/AzureDeployImpl.test.ts\"",
    "test:azureFuncDeploy": "nyc mocha \"tests/component/driver/deploy/azure/AzureFunctionDeployDriver.test.ts\"",
    "test:devportal": "nyc mocha \"tests/component/developerPortalScaffoldUtils.test.ts\"",
    "test:visitor": "nyc mocha \"tests/ui/qm.visitor.test.ts\"",
    "test:validUtils": "nyc mocha \"tests/ui/validationUtils.test.ts\"",
    "test:question": "nyc mocha \"tests/question/*.test.ts\"",
    "test:coll": "nyc mocha \"tests/core/collaborator.test.ts\"",
    "test:error": "nyc mocha \"tests/error/*.test.ts\"",
    "test:cutils": "nyc mocha \"tests/component/utils.test.ts\"",
    "test:globalVars": "nyc mocha \"tests/common/globalVars.test.ts\"",
    "test:migration": "nyc mocha \"tests/core/middleware/migration/projectMigrationV3.test.ts\"",
    "test:teamsappMgr": "nyc mocha \"tests/component/driver/teamsApp/teamsappMgr.test.ts\"",
    "test:projcheck": "nyc mocha \"tests/common/projectTypeChecker.test.ts\"",
    "test:telemetry": "nyc mocha \"tests/common/telemetry.test.ts\"",
    "test:stringUtils": "nyc mocha \"tests/common/stringUtils.test.ts\"",
    "test:generatorUtils": "nyc mocha \"tests/component/generatorUtils.test.ts\"",
    "test:spfxGenerator": "nyc mocha \"tests/component/generator/spfxGenerator.test.ts\"",
    "test:copilotGenerator": "nyc mocha \"tests/component/generator/copilotGenerator.test.ts\"",
    "test:tdpClient": "nyc mocha \"tests/client/tdpClient.test.ts\"",
    "test:graphClient": "nyc mocha \"tests/client/graphAPIClient.test.ts\"",
    "test:secretMasker": "nyc mocha \"tests/common/secretMasker.test.ts\"",
    "test:devTool": "nyc mocha \"tests/component/driver/devTool/*.test.ts\"",
    "test:metadataUtil": "nyc mocha \"tests/component/util/metadataUtil.test.ts\"",
    "test:migrate": "nyc mocha \"tests/component/migrate.test.ts\"",
    "test:retry": "npx mocha \"tests/core/middleware/retry.test.ts\"",
    "clean": "rimraf -rf build",
    "prebuild": "npm run gen:cli",
    "build": "tsc -p ./ --incremental",
    "lint:fix": "eslint --fix \"src/**/*.ts\" \"tests/**/*.ts\"",
    "prepublishOnly": "npm run build",
    "package": "rimraf build && webpack --mode production --config ./webpack.config.js",
    "precommit": "lint-staged",
    "install:tabs": "cd tabs && npm install",
    "installAll": "npm run install:tabs",
    "checkUnusedStrings": "node ./scripts/find-unused-strings.js ./resource/package.nls.json ./src || exit 1",
    "clean:strings": "node ./scripts/delete-unused-strings.js ./resource/package.nls.json ./src",
    "gen:cli": "npx tsx ./src/question/generator.ts && npx prettier --write \"src/question/options/*.ts\" && npx prettier --write \"src/question/inputs/*.ts\"",
    "gen:template-info:vsc": "npx tsx ./scripts/generate-template-info.ts vscode ./resource/template-info/vsc.json"
  },
  "dependencies": {
    "@apidevtools/swagger-parser": "^10.1.0",
    "@azure/arm-appservice": "^13.0.0",
    "@azure/arm-resources": "~5.0.1",
    "@azure/arm-storage": "^17.2.1",
    "@azure/arm-subscriptions": "^5.0.0",
    "@azure/core-auth": "^1.4.0",
    "@azure/core-rest-pipeline": "^1.22.1",
    "@azure/identity": "^4.1.0",
    "@azure/msal-node": "^2.6.6",
    "@azure/storage-blob": "^12.25.0",
    "@feathersjs/hooks": "^0.6.5",
    "@microsoft/dev-tunnels-contracts": "1.1.9",
    "@microsoft/dev-tunnels-management": "1.1.9",
    "@microsoft/kiota": "1.31.1",
    "@microsoft/m365-spec-parser": "^0.2.13",
    "@microsoft/teamsfx-api": "0.23.14",
    "@modelcontextprotocol/sdk": "^1.29.0",
    "adm-zip": "^0.5.10",
    "ajv": "^8.18.0",
    "axios": "^1.8.3",
    "axios-retry": "^3.3.1",
    "comment-json": "^4.2.3",
    "cryptr": "^6.0.2",
    "deep-diff": "^1.0.2",
    "detect-port": "^1.3.0",
    "dotenv": "^8.2.0",
    "form-data": "^4.0.2",
    "fs-extra": "^9.1.0",
    "glob": "^13.0.0",
    "handlebars": "^4.7.7",
    "iconv-lite": "^0.6.3",
    "ignore": "^5.1.8",
    "js-base64": "^3.6.0",
    "js-yaml": "^4.0.0",
    "jsonschema": "^1.4.0",
    "klaw": "^3.0.0",
    "linkedom": "^0.18.9",
    "md5": "^2.3.0",
    "mime": "^2.5.2",
    "mustache": "^4.1.0",
    "neverthrow": "^3.2.0",
    "node-fetch": "^3.3.2",
    "node-forge": "^1.3.1",
    "office-addin-manifest": "^1.13.5",
    "office-addin-project": "^1.0.0",
    "openapi-types": "^7.2.3",
    "proper-lockfile": "^4.1.2",
    "read-package-json-fast": "^2.0.3",
    "reflect-metadata": "^0.1.13",
    "semver": "^7.5.2",
    "shell-quote": "^1.8.1",
    "strip-bom": "^4.0.0",
    "swagger2openapi": "^7.0.8",
    "tar": "^7.4.3",
    "typedi": "^0.10.0",
    "uuid": "^8.3.2",
    "validator": "^13.7.0",
    "xml2js": "^0.5.0",
    "yaml": "^2.2.2"
  },
  "devDependencies": {
    "@azure/storage-blob": "^12.5.0",
    "@istanbuljs/nyc-config-typescript": "^1.0.1",
    "@types/adm-zip": "^0.5.5",
    "@types/chai": "^4.2.14",
    "@types/chai-as-promised": "^7.1.3",
    "@types/chai-spies": "^1.0.3",
    "@types/cryptr": "^4.0.1",
    "@types/deep-diff": "^1.0.5",
    "@types/detect-port": "^1.3.2",
    "@types/faker": "^5.5.0",
    "@types/fs-extra": "^9.0.9",
    "@types/js-yaml": "^4.0.0",
    "@types/klaw": "^3.0.1",
    "@types/lodash": "4.14.117",
    "@types/md5": "^2.3.0",
    "@types/mime": "^2.0.3",
    "@types/mocha": "^10.0.10",
    "@types/mock-fs": "^4.13.1",
    "@types/mustache": "^4.1.1",
    "@types/node": "^22.15.0",
    "@types/node-fetch": "^2.6.9",
    "@types/node-forge": "^0.9.7",
    "@types/proper-lockfile": "4.1.1",
    "@types/proxyquire": "^1.3.28",
    "@types/rewire": "^2.5.28",
    "@types/semver": "^7.3.4",
    "@types/shell-quote": "^1.7.5",
    "@types/sinon": "^17.0.0",
    "@types/swagger2openapi": "7.0.0",
    "@types/tmp": "^0.2.0",
    "@types/unzipper": "^0.10.5",
    "@types/url-parse": "^1.4.3",
    "@types/uuid": "^8.3.0",
    "@types/validator": "^13.1.1",
    "@types/xml2js": "^0.4.11",
    "ahocorasick": "^1.0.2",
    "axios-mock-adapter": "^1.20.0",
    "chai": "^4.2.0",
    "chai-as-promised": "^7.1.1",
    "chai-spies": "^1.0.0",
    "copy-webpack-plugin": "^6.4.1",
    "dotenv": "^8.2.0",
    "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",
    "faker": "^5.5.2",
    "find-process": "^1.4.4",
    "globals": "^16.2.0",
    "lint-staged": "^10.5.4",
    "lodash": "^4.17.21",
    "mocha": "^11.0.0",
    "mock-fs": "5.2.0",
    "mocked-env": "^1.3.5",
    "nyc": "^17.1.0",
    "prettier": "^2.4.1",
    "proxyquire": "^2.1.3",
    "rewire": "^6.0.0",
    "rimraf": "^5.0.1",
    "sinon": "^19.0.0",
    "source-map-support": "^0.5.19",
    "tmp": "^0.2.5",
    "ts-loader": "^9.5.2",
    "ts-morph": "^19.0.0",
    "ts-node": "^10.9.2",
    "tslib": "^2.3.1",
    "typescript": "~5.9.0",
    "typescript-eslint": "^8.56.0",
    "webpack": "^5.61.0",
    "webpack-cli": "^6.0.1"
  },
  "files": [
    "build/**/*",
    "resource/**/*",
    "templates/**/*"
  ],
  "gitHead": "9cbd35562278472ec1688d93afa5b87544467468",
  "publishConfig": {
    "access": "public"
  },
  "lint-staged": {
    "*.{js,jsx,css,ts,tsx}": [
      "npx eslint --cache --fix --quiet"
    ]
  },
  "pnpm": {
    "overrides": {
      "hono@<4.12.16": "^4.12.16",
      "ip-address@<10.1.1": "^10.1.1"
    }
  }
}
