mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-08 14:41:28 -07:00
22 lines
430 B
JSON
22 lines
430 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": {
|
|
"@repo/domain": "workspace:*",
|
|
"hono": "4.12.27"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/workers-types": "4.20260630.1",
|
|
"@repo/tools": "workspace:*",
|
|
"@repo/typescript-config": "workspace:*"
|
|
}
|
|
}
|