mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-09 07:01:27 -07:00
move JWT validation to package
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "@repo/jwt",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
"scripts": {
|
||||
"check:lint": "run-oxlint",
|
||||
"check:types": "run-tsc"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@cloudflare/workers-types": "4.20260630.1",
|
||||
"@repo/tools": "workspace:*",
|
||||
"@repo/typescript-config": "workspace:*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user