FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
typespec/package.json at main · microsoft/typespec · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
microsoft
/
typespec
Public
Notifications
You must be signed in to change notification settings
Fork
387
Star
5.8k
Code
Issues
1k
Pull requests
60
Discussions
Actions
Projects
Security and quality
2
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
typespec
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
72 lines (72 loc) · 3.2 KB
Breadcrumbs
typespec
/
package.json
Copy path
File metadata and controls
72 lines (72 loc) · 3.2 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name"
:
"
@typespec/monorepo
"
,
"version"
:
"
0.0.1
"
,
"private"
:
true
,
"packageManager"
:
"
pnpm@11.10.0
"
,
"type"
:
"
module
"
,
"scripts"
: {
"build"
:
"
turbo build && pnpm check:eng && pnpm gen-compiler-extern-signature
"
,
"check:eng"
:
"
tsc -p ./tsconfig.eng.json --noEmit
"
,
"setup:min"
:
"
pnpm install && pnpm --filter
\"
@typespec/prettier-plugin-typespec...
\"
--filter
\"
@typespec/tspd...
\"
run build
"
,
"check-catalog"
:
"
node eng/common/scripts/check-catalog.ts
"
,
"check-lockfile"
:
"
node eng/common/scripts/check-lockfile.ts
"
,
"change"
:
"
chronus
"
,
"clean"
:
"
turbo clean
"
,
"cspell"
:
"
cspell --no-progress .
"
,
"dogfood"
:
"
pnpm install && pnpm build && turbo dogfood
"
,
"format"
:
"
prettier . --write
"
,
"format:check"
:
"
prettier . --check
"
,
"format:dir"
:
"
prettier --write
"
,
"gen-compiler-extern-signature"
:
"
pnpm run -r --filter
\"
@typespec/compiler
\"
gen-extern-signature
"
,
"lint"
:
"
oxlint . --type-aware --deny-warnings
"
,
"lint:ci"
:
"
oxlint . --type-aware --format=unix --deny-warnings
"
,
"lint:fix"
:
"
oxlint . --type-aware --fix
"
,
"merge-coverage"
:
"
c8 -- report --reporter=cobertura --reporter=text
"
,
"pack:all"
:
"
chronus pack --exclude standalone --pack-destination ./temp/artifacts
"
,
"preinstall"
:
"
npx only-allow pnpm
"
,
"prepare-publish"
:
"
pnpm chronus version
"
,
"purge"
:
"
rimraf --glob
\"
packages/*/node_modules/
\"
"
,
"regen-docs"
:
"
turbo regen-docs
"
,
"regen-samples"
:
"
turbo regen-samples
"
,
"test"
:
"
vitest run
"
,
"test:ci"
:
"
vitest run --coverage --reporter=junit --reporter=default
"
,
"test:e2e"
:
"
turbo test:e2e
"
,
"update-playground-versions"
:
"
turbo update-playground-versions
"
,
"watch"
:
"
tsc --build ./tsconfig.ws.json --watch
"
,
"sync-labels"
:
"
node ./eng/common/scripts/labels/sync-labels.ts --config ./eng/common/config/labels.ts
"
,
"validate-scenarios"
:
"
pnpm -r --filter=@typespec/http-specs run validate-scenarios
"
,
"validate-mock-apis"
:
"
pnpm -r --filter=@typespec/http-specs run validate-mock-apis
"
,
"generate-scenarios-summary"
:
"
pnpm -r --filter=@typespec/http-specs run generate-scenarios-summary
"
,
"install-conflict"
:
"
git checkout upstream/main -- pnpm-lock.yaml && pnpm install
"
,
"tsp-integration"
:
"
node packages/tsp-integration/cmd/tsp-integration.js
"
},
"devDependencies"
: {
"@chronus/chronus"
:
"
catalog:
"
,
"@chronus/github"
:
"
catalog:
"
,
"@chronus/github-pr-commenter"
:
"
catalog:
"
,
"@microsoft/api-extractor"
:
"
catalog:
"
,
"@octokit/core"
:
"
catalog:
"
,
"@octokit/plugin-paginate-graphql"
:
"
catalog:
"
,
"@octokit/plugin-rest-endpoint-methods"
:
"
catalog:
"
,
"@types/micromatch"
:
"
catalog:
"
,
"@types/node"
:
"
catalog:
"
,
"@vitest/coverage-v8"
:
"
catalog:
"
,
"c8"
:
"
catalog:
"
,
"cspell"
:
"
catalog:
"
,
"execa"
:
"
catalog:
"
,
"micromatch"
:
"
catalog:
"
,
"oxlint"
:
"
catalog:
"
,
"oxlint-tsgolint"
:
"
catalog:
"
,
"picocolors"
:
"
catalog:
"
,
"playwright"
:
"
catalog:
"
,
"prettier"
:
"
catalog:
"
,
"prettier-plugin-astro"
:
"
catalog:
"
,
"prettier-plugin-organize-imports"
:
"
catalog:
"
,
"prettier-plugin-sh"
:
"
catalog:
"
,
"rimraf"
:
"
catalog:
"
,
"turbo"
:
"
catalog:
"
,
"typescript"
:
"
catalog:
"
,
"vitest"
:
"
catalog:
"
,
"yaml"
:
"
catalog:
"
}
}
Back
|
FazBrowse Home
|
New Git URL