FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
types/package.json at main · gpuweb/types · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
gpuweb
/
types
Public
Notifications
You must be signed in to change notification settings
Fork
42
Star
238
Code
Issues
15
Pull requests
2
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
types
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
23 lines (23 loc) · 677 Bytes
Breadcrumbs
types
/
package.json
Copy path
File metadata and controls
23 lines (23 loc) · 677 Bytes
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
{
"name"
:
"
@webgpu/types
"
,
"repository"
:
"
gpuweb/types
"
,
"homepage"
:
"
https://github.com/gpuweb/types
"
,
"bugs"
:
"
https://github.com/gpuweb/types/issues
"
,
"version"
:
"
0.1.72
"
,
"main"
:
"
"
,
"types"
:
"
dist/index.d.ts
"
,
"license"
:
"
BSD-3-Clause
"
,
"files"
: [
"
dist/**/*
"
],
"scripts"
: {
"test"
:
"
for t in tests/*/ ; do echo
\"\\
n======== $t ========
\"
; (cd
\"
$t
\"
&& npm i && npm test); done
"
,
"build-docs"
:
"
cd tsdoc-src && npm ci && npm run build
"
,
"generate"
:
"
node generate.mjs
"
,
"format"
:
"
prettier -w dist/index.d.ts
"
},
"devDependencies"
: {
"bikeshed-to-ts"
:
"
file:third_party/bikeshed-to-ts
"
,
"prettier"
:
"
^2.2.1
"
}
}
Back
|
FazBrowse Home
|
New Git URL