2024-01-25 00:37:34 +03:00
|
|
|
{
|
|
|
|
"name": "@typespec/monorepo",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
2024-07-09 19:06:03 +03:00
|
|
|
"packageManager": "pnpm@9.5.0",
|
2024-04-08 19:58:19 +03:00
|
|
|
"type": "module",
|
2024-01-25 00:37:34 +03:00
|
|
|
"scripts": {
|
2024-05-17 19:42:46 +03:00
|
|
|
"build": "pnpm build:all && pnpm check:eng && pnpm gen-compiler-extern-signature",
|
|
|
|
"build:all": "pnpm -r --workspace-concurrency=Infinity --aggregate-output --reporter=append-only build",
|
|
|
|
"check:eng": "tsc -p ./tsconfig.eng.json --noEmit",
|
2024-04-05 02:26:05 +03:00
|
|
|
"setup:min": "pnpm install && pnpm --filter \"@typespec/prettier-plugin-typespec...\" run build",
|
2024-01-25 00:37:34 +03:00
|
|
|
"check-version-mismatch": "syncpack list-mismatches",
|
2024-02-02 01:07:24 +03:00
|
|
|
"change": "chronus",
|
2024-01-25 00:37:34 +03:00
|
|
|
"clean": "pnpm -r run clean",
|
2024-02-09 03:54:23 +03:00
|
|
|
"cspell": "cspell --no-progress .",
|
2024-01-25 00:37:34 +03:00
|
|
|
"dogfood": "pnpm install && pnpm build && pnpm -r dogfood",
|
|
|
|
"fix-version-mismatch": "syncpack fix-mismatches",
|
2024-04-05 02:26:05 +03:00
|
|
|
"format": "prettier . --write",
|
|
|
|
"format:check": "prettier . --check",
|
|
|
|
"format:dir": "prettier --write",
|
2024-03-20 02:08:59 +03:00
|
|
|
"gen-compiler-extern-signature": "pnpm run -r --filter \"@typespec/compiler\" gen-extern-signature",
|
2024-04-08 19:58:19 +03:00
|
|
|
"lint": "eslint . --max-warnings=0",
|
|
|
|
"lint:fix": "eslint . --fix",
|
2024-01-25 00:37:34 +03:00
|
|
|
"merge-coverage": "c8 -- report --reporter=cobertura --reporter=text",
|
2024-03-05 23:47:38 +03:00
|
|
|
"pack:all": "chronus pack --pack-destination ./temp/artifacts",
|
2024-01-25 00:37:34 +03:00
|
|
|
"preinstall": "npx only-allow pnpm",
|
2024-02-02 01:07:24 +03:00
|
|
|
"prepare-publish": "pnpm chronus version",
|
2024-01-25 00:37:34 +03:00
|
|
|
"purge": "rimraf --glob \"packages/*/node_modules/\"",
|
2024-01-25 21:40:16 +03:00
|
|
|
"regen-docs": "pnpm -r --parallel --aggregate-output --reporter=append-only run regen-docs",
|
2024-01-25 00:37:34 +03:00
|
|
|
"regen-samples": "pnpm -r run regen-samples",
|
2024-06-04 00:48:18 +03:00
|
|
|
"test": "vitest run",
|
|
|
|
"test:ci": "vitest run --coverage --reporter=junit --reporter=default",
|
2024-02-09 19:41:52 +03:00
|
|
|
"test:e2e": "pnpm -r run test:e2e",
|
2024-01-25 00:37:34 +03:00
|
|
|
"update-latest-docs": "pnpm -r run update-latest-docs",
|
2024-05-14 00:11:35 +03:00
|
|
|
"watch": "tsc --build ./tsconfig.ws.json --watch",
|
2024-05-23 20:01:14 +03:00
|
|
|
"sync-labels": "tsx ./eng/common/scripts/labels/sync-labels.ts --config ./eng/common/config/labels.ts"
|
2024-01-25 00:37:34 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-09-13 18:50:22 +03:00
|
|
|
"@chronus/chronus": "^0.12.1",
|
|
|
|
"@chronus/github": "^0.4.3",
|
|
|
|
"@eslint/js": "^9.10.0",
|
|
|
|
"@microsoft/api-extractor": "^7.47.9",
|
2024-05-14 00:11:35 +03:00
|
|
|
"@octokit/core": "^6.1.2",
|
|
|
|
"@octokit/plugin-paginate-graphql": "^5.2.2",
|
2024-07-24 00:02:34 +03:00
|
|
|
"@octokit/plugin-rest-endpoint-methods": "^13.2.4",
|
2024-01-25 00:37:34 +03:00
|
|
|
"@pnpm/find-workspace-packages": "^6.0.9",
|
2024-07-26 21:38:09 +03:00
|
|
|
"@types/micromatch": "^4.0.9",
|
2024-09-13 18:50:22 +03:00
|
|
|
"@types/node": "~22.5.4",
|
|
|
|
"@typescript-eslint/parser": "^8.5.0",
|
|
|
|
"@typescript-eslint/utils": "^8.5.0",
|
|
|
|
"@vitest/coverage-v8": "^2.1.0",
|
2024-07-02 00:42:11 +03:00
|
|
|
"c8": "^10.1.2",
|
2024-09-13 18:50:22 +03:00
|
|
|
"cspell": "^8.14.2",
|
|
|
|
"eslint": "^9.10.0",
|
2024-07-02 00:42:11 +03:00
|
|
|
"eslint-plugin-deprecation": "^3.0.0",
|
2024-09-13 18:50:22 +03:00
|
|
|
"eslint-plugin-import": "^2.30.0",
|
|
|
|
"eslint-plugin-react-hooks": "^5.1.0-rc-94e652d5-20240912",
|
|
|
|
"eslint-plugin-unicorn": "^55.0.0",
|
2024-05-20 19:31:39 +03:00
|
|
|
"eslint-plugin-vitest": "^0.5.4",
|
2024-09-13 18:50:22 +03:00
|
|
|
"micromatch": "^4.0.8",
|
|
|
|
"picocolors": "~1.1.0",
|
2024-07-24 00:02:34 +03:00
|
|
|
"prettier": "~3.3.3",
|
2024-07-02 00:42:11 +03:00
|
|
|
"prettier-plugin-organize-imports": "~4.0.0",
|
2024-07-24 00:02:34 +03:00
|
|
|
"rimraf": "~6.0.1",
|
2024-09-13 18:50:22 +03:00
|
|
|
"syncpack": "^13.0.0",
|
|
|
|
"tsx": "^4.19.1",
|
|
|
|
"typescript": "~5.6.2",
|
|
|
|
"typescript-eslint": "^8.5.0",
|
|
|
|
"vitest": "^2.1.0",
|
|
|
|
"yaml": "~2.5.1"
|
2024-01-25 00:37:34 +03:00
|
|
|
},
|
|
|
|
"syncpack": {
|
|
|
|
"dependencyTypes": [
|
|
|
|
"dev",
|
|
|
|
"overrides",
|
|
|
|
"peer",
|
|
|
|
"pnpmOverrides",
|
|
|
|
"prod",
|
|
|
|
"resolutions"
|
|
|
|
]
|
2024-03-18 20:52:06 +03:00
|
|
|
},
|
|
|
|
"pnpm": {
|
|
|
|
"overrides": {
|
|
|
|
"@fluentui/react-theme": "9.1.17"
|
|
|
|
}
|
2024-01-25 00:37:34 +03:00
|
|
|
}
|
|
|
|
}
|