-
Notifications
You must be signed in to change notification settings - Fork 288
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.06 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "teamsfx",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"setup": "pnpm install && npm run build",
"setup:e2e": "pnpm install && pnpm --filter templates --filter @microsoft/teamsfx-test... build",
"setup:cli": "pnpm install && pnpm --filter templates --filter @microsoft/m365agentstoolkit-cli... build",
"setup:vsc": "pnpm install && pnpm --filter templates --filter ms-teams-vscode-extension... build",
"watch": "pnpm --parallel -r run watch",
"build": "pnpm -r run build",
"precommit": "lint-staged",
"clean": "pnpm -r exec rimraf node_modules",
"prepare": "husky install"
},
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^12.0.1",
"codecov": "^3.8.3",
"codeowners": "^5.1.1",
"dotenv": "^10.0.0",
"husky": "^6.0.0",
"lerna": "^6.6.2",
"pnpm": "^8.6.12",
"rimraf": "^5.0.1",
"ts-node": "^10.2.1"
},
"keywords": [],
"engines": {
"node": ">=22",
"pnpm": ">=8"
},
"packageManager": "pnpm@8.6.12"
}