|
1 | 1 | {
|
2 | 2 | "name": "teamsfx",
|
| 3 | + "version": "1.0.0", |
| 4 | + "description": "", |
| 5 | + "main": "index.js", |
3 | 6 | "scripts": {
|
4 |
| - "setup": "npm install && npm run build", |
5 |
| - "setup-failpoint": "npm run setup && npx lerna run build-failpoint", |
6 |
| - "bootstrap": "lerna bootstrap", |
7 |
| - "lint:staged": "lerna run lint:staged --stream", |
8 |
| - "lint": "lerna run lint --stream", |
9 |
| - "manual-version:rc": "lerna version --preid=rc --no-push --no-changelog", |
10 |
| - "prepare": "husky install", |
| 7 | + "setup": "pnpm install && npm run build", |
| 8 | + "watch": "pnpm --parallel -r run watch", |
| 9 | + "build": "pnpm -r run --filter=!@microsoft/teamsfx-react build && pnpm run --filter=@microsoft/teamsfx-react build", |
| 10 | + "changeset": "changeset", |
| 11 | + "version": "changeset version", |
| 12 | + "release": "changeset publish", |
11 | 13 | "precommit": "lint-staged",
|
12 |
| - "postinstall": "npm run bootstrap --hoist", |
13 |
| - "build": "lerna run build", |
14 |
| - "clean": "lerna clean" |
| 14 | + "clean": "pnpm -r exec rimraf node_modules" |
15 | 15 | },
|
16 | 16 | "devDependencies": {
|
17 |
| - "@commitlint/cli": "^12.0.1", |
| 17 | + "@changesets/cli": "^2.25.2", |
| 18 | + "@commitlint/cli": "^17.7.1", |
18 | 19 | "@commitlint/config-conventional": "^12.0.1",
|
19 |
| - "@types/fs-extra": "^9.0.12", |
20 |
| - "@types/node": "^16.7.10", |
21 |
| - "@types/semver": "^7.3.8", |
22 |
| - "axios": "^0.21.3", |
23 | 20 | "codecov": "^3.8.3",
|
24 | 21 | "codeowners": "^5.1.1",
|
25 | 22 | "cz-conventional-changelog": "^3.3.0",
|
26 | 23 | "dotenv": "^10.0.0",
|
27 | 24 | "husky": "^6.0.0",
|
28 | 25 | "lerna": "^4.0.0",
|
29 |
| - "ts-node": "^10.2.1", |
30 |
| - "typescript": "^4.4.2" |
| 26 | + "rimraf": "^5.0.1", |
| 27 | + "ts-node": "^10.2.1" |
31 | 28 | },
|
32 |
| - "bin": { |
33 |
| - "teamsfx": "./packages/cli/cli.js" |
| 29 | + "keywords": [], |
| 30 | + "engines": { |
| 31 | + "node": ">=18", |
| 32 | + "pnpm": ">=8" |
34 | 33 | },
|
| 34 | + "packageManager": "[email protected]", |
35 | 35 | "config": {
|
36 | 36 | "commitizen": {
|
37 | 37 | "path": "./node_modules/cz-conventional-changelog"
|
|
0 commit comments