FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
javascript-sdks/packages/javascript/package.json at main · janithjay/javascript-sdks · GitHub
janithjay
/
javascript-sdks
Public
forked from
thunder-id/javascript-sdks
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
javascript-sdks
/
packages
/
javascript
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
68 lines (68 loc) · 1.91 KB
Breadcrumbs
javascript-sdks
/
packages
/
javascript
/
package.json
Copy path
File metadata and controls
68 lines (68 loc) · 1.91 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
{
"name"
:
"
@thunderid/javascript
"
,
"version"
:
"
1.0.6
"
,
"description"
:
"
JavaScript Ecosystem SDK for ThunderID
"
,
"keywords"
: [
"
thunderid
"
,
"
javascript
"
,
"
javascript-ecosystem
"
,
"
agnostic
"
,
"
js
"
],
"homepage"
:
"
https://github.com/thunder-id/javascript-sdks/tree/main/packages/javascript#readme
"
,
"bugs"
: {
"url"
:
"
https://github.com/thunder-id/thunderid/issues
"
},
"author"
:
"
The ThunderID Authors
"
,
"license"
:
"
Apache-2.0
"
,
"type"
:
"
module
"
,
"sideEffects"
:
false
,
"main"
:
"
dist/cjs/index.cjs
"
,
"module"
:
"
dist/index.js
"
,
"exports"
: {
"edge-light"
:
"
./dist/edge/index.js
"
,
"import"
:
"
./dist/index.js
"
,
"require"
:
"
./dist/cjs/index.cjs
"
},
"files"
: [
"
dist
"
,
"
README.md
"
,
"
LICENSE
"
],
"types"
:
"
dist/index.d.ts
"
,
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
https://github.com/thunder-id/javascript-sdks
"
,
"directory"
:
"
packages/javascript
"
},
"scripts"
: {
"build"
:
"
pnpm clean:dist && rolldown -c rolldown.config.js && tsc -p tsconfig.lib.json --emitDeclarationOnly --outDir dist
"
,
"clean"
:
"
pnpm clean:node_modules && pnpm clean:dist
"
,
"clean:dist"
:
"
rimraf dist
"
,
"clean:node_modules"
:
"
rimraf node_modules
"
,
"format:check"
:
"
prettier --check --cache .
"
,
"format:fix"
:
"
prettier --write --cache .
"
,
"lint"
:
"
eslint . --ext .js,.jsx,.ts,.tsx,.cjs,.mjs
"
,
"lint:fix"
:
"
eslint . --fix --ext .js,.jsx,.ts,.tsx,.cjs,.mjs
"
,
"test"
:
"
vitest
"
,
"typecheck"
:
"
tsc -p tsconfig.lib.json
"
},
"devDependencies"
: {
"@thunderid/eslint-plugin"
:
"
catalog:
"
,
"@thunderid/prettier-config"
:
"
catalog:
"
,
"@types/node"
:
"
catalog:
"
,
"eslint"
:
"
catalog:
"
,
"prettier"
:
"
catalog:
"
,
"rimraf"
:
"
catalog:
"
,
"rolldown"
:
"
catalog:
"
,
"typescript"
:
"
catalog:
"
,
"vitest"
:
"
catalog:
"
},
"dependencies"
: {
"jose"
:
"
catalog:
"
,
"tslib"
:
"
catalog:
"
},
"publishConfig"
: {
"access"
:
"
public
"
}
}
Back
|
FazBrowse Home
|
New Git URL