Files
recflare/packages/jwt/package.json
T
2026-07-09 23:28:04 -04:00

21 lines
397 B
JSON

{
"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"
},
"dependencies": {
"hono": "4.12.27"
},
"devDependencies": {
"@cloudflare/workers-types": "4.20260630.1",
"@repo/tools": "workspace:*",
"@repo/typescript-config": "workspace:*"
}
}