File tree Expand file tree Collapse file tree 2 files changed +15
-7123
lines changed Expand file tree Collapse file tree 2 files changed +15
-7123
lines changed Original file line number Diff line number Diff line change 106
106
"node" : " ^20.19.0 || ^22.12.0 || ^24.0.0"
107
107
},
108
108
"sideEffects" : false ,
109
- "lint-staged" : {
110
- "*.{js,ts,tsx}" : [
111
- " eslint --fix" ,
112
- " prettier --write"
113
- ],
114
- "*.{json,md,yml,yaml}" : [
115
- " prettier --write"
116
- ]
117
- },
118
- "dependencies" : {
119
- "uuid" : " ^11.1.0" ,
120
- "jose" : " ^4.13.2" ,
121
- "auth0-legacy" : " npm:auth0@^4.27.0"
122
- },
123
109
"bugs" : {
124
110
"url" : " https://github.com/auth0/node-auth0/issues"
125
111
},
133
119
" management api" ,
134
120
" json web token"
135
121
],
136
- "description" : " Auth0 Node.js SDK for Authentication and Management APIs."
122
+ "description" : " Auth0 Node.js SDK for Authentication and Management APIs." ,
123
+ "lint-staged" : {
124
+ "*.{js,ts,tsx}" : [
125
+ " eslint --fix" ,
126
+ " prettier --write"
127
+ ],
128
+ "*.{json,md,yml,yaml}" : [
129
+ " prettier --write"
130
+ ]
131
+ },
132
+ "dependencies" : {
133
+ "uuid" : " ^11.1.0" ,
134
+ "jose" : " ^4.13.2" ,
135
+ "auth0-legacy" : " npm:auth0@^4.27.0"
136
+ }
137
137
}
You can’t perform that action at this time.
0 commit comments