-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 899 Bytes
/
package.json
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",
"watch": "pnpm --parallel -r run watch",
"build": "pnpm -r run --filter=!@microsoft/teamsfx-react build && pnpm run --filter=@microsoft/teamsfx-react build",
"precommit": "lint-staged",
"clean": "pnpm -r exec rimraf node_modules"
},
"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",
"rimraf": "^5.0.1",
"ts-node": "^10.2.1"
},
"keywords": [],
"engines": {
"node": ">=18",
"pnpm": ">=8"
},
"packageManager": "pnpm@8.6.12",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}