UNPKG

@microsoft/teamsfx-api

Version:

teamsfx framework api

82 lines (81 loc) 2.56 kB
{ "name": "@microsoft/teamsfx-api", "version": "0.23.14", "description": "teamsfx framework api", "main": "build/index.js", "types": "build/index.d.ts", "license": "MIT", "keywords": [ "teamsfx", "api" ], "repository": "https://github.com/", "files": [ "build/**/*" ], "scripts": { "lint:staged": "lint-staged", "lint": "eslint \"src/**/*.ts\" \"tests/**/*.ts\"", "prebuild": "npx json2ts --input src/schemas/envConfig.json --output src/schemas/envConfig.ts", "build": "tsc -p ./ --incremental", "build:api-markdown": "npm run build && rimraf ../../docs/api && npx api-documenter markdown -i temp -o ../../docs/api", "postbuild": "npx copyfiles src/schemas/*.json build/schemas/", "lint:fix": "eslint \"src/**/*.ts\" \"tests/**/*.ts\" --fix", "doc": "typedoc", "test:unit": "nyc --no-clean mocha --no-timeouts --require ts-node/register \"tests/**/*.ts\" ", "prepublishOnly": "npm run test:unit && npm run build", "precommit": "lint-staged" }, "devDependencies": { "@istanbuljs/nyc-config-typescript": "^1.0.1", "@microsoft/api-documenter": "^7.15.3", "@microsoft/api-extractor": "^7.18.4", "@types/chai": "^4.2.14", "@types/chai-as-promised": "^7.1.3", "@types/chai-spies": "^1.0.3", "@types/fs-extra": "^9.0.10", "@types/mocha": "^10.0.10", "@types/node": "^22.15.0", "@types/sinon": "^17.0.0", "chai": "4.3.4", "chai-as-promised": "^7.1.1", "chai-spies": "^1.0.0", "copyfiles": "^2.4.1", "cpy-cli": "^4.0.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", "globals": "^16.2.0", "json-schema-to-typescript": "^10.1.4", "lint-staged": "^10.5.4", "mocha": "^11.0.0", "nyc": "^17.1.0", "prettier": "^2.4.1", "sinon": "^19.0.0", "source-map-support": "^0.5.19", "ts-node": "^10.9.2", "tslint-config-prettier": "^1.18.0", "typescript": "~5.9.0", "typescript-eslint": "^8.56.0" }, "dependencies": { "@azure/core-auth": "^1.4.0", "@microsoft/app-manifest": "1.0.6", "chai": "^4.3.4", "jsonschema": "^1.4.0", "neverthrow": "^3.2.0", "tslib": "^2.3.1" }, "gitHead": "9cbd35562278472ec1688d93afa5b87544467468", "publishConfig": { "access": "public" }, "lint-staged": { "*.{js,jsx,css,ts,tsx}": [ "npx eslint --cache --fix --quiet" ] } }