FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
developer-tools/package.json at main · googleworkspace/developer-tools · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
googleworkspace
/
developer-tools
Public
Notifications
You must be signed in to change notification settings
Fork
59
Star
236
Code
Issues
7
Pull requests
4
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
developer-tools
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
45 lines (45 loc) · 1.27 KB
Breadcrumbs
developer-tools
/
package.json
Copy path
File metadata and controls
45 lines (45 loc) · 1.27 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
{
"name"
:
"
google-workspace-developer-tools-monorepo
"
,
"private"
:
true
,
"scripts"
: {
"build"
:
"
turbo build
"
,
"changeset"
:
"
changeset
"
,
"check"
:
"
turbo check
"
,
"ci:package"
:
"
turbo run ci:package
"
,
"ci:publish"
:
"
changeset publish && turbo run ci:publish
"
,
"ci:update"
:
"
turbo run ci:update
"
,
"ci:version"
:
"
changeset version && pnpm install --lockfile-only
"
,
"format"
:
"
prettier --write . && biome check --write .
"
,
"lint"
:
"
prettier --write . && biome check --write .
"
,
"prepare"
:
"
husky
"
,
"test"
:
"
turbo test
"
},
"devDependencies"
: {
"@biomejs/biome"
:
"
catalog:
"
,
"@changesets/cli"
:
"
catalog:
"
,
"husky"
:
"
catalog:
"
,
"lint-staged"
:
"
catalog:
"
,
"prettier"
:
"
catalog:
"
,
"turbo"
:
"
catalog:
"
,
"typescript"
:
"
catalog:
"
},
"husky"
: {
"hooks"
: {
"pre-commit"
:
"
lint-staged
"
}
},
"lint-staged"
: {
"**/*.{js,ts,json,mjs,cjs}"
: [
"
biome check --write --no-errors-on-unmatched
"
],
"**/*.{html,yaml,yml,md}"
: [
"
prettier --write
"
]
},
"packageManager"
:
"
pnpm@10.18.1+sha512.77a884a165cbba2d8d1c19e3b4880eee6d2fcabd0d879121e282196b80042351d5eb3ca0935fa599da1dc51265cc68816ad2bddd2a2de5ea9fdf92adbec7cd34
"
,
"pnpm"
: {
"overrides"
: {
"@types/vscode"
:
"
^1.82.0
"
}
}
}
Back
|
FazBrowse Home
|
New Git URL