mirror of
https://github.com/documenso/documenso.git
synced 2025-11-10 04:22:32 +10:00
25 lines
567 B
JSON
25 lines
567 B
JSON
{
|
|
"name": "@documenso/auth",
|
|
"version": "0.0.0",
|
|
"main": "./index.ts",
|
|
"types": "./index.ts",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix",
|
|
"clean": "rimraf node_modules"
|
|
},
|
|
"dependencies": {
|
|
"@documenso/lib": "*",
|
|
"@documenso/prisma": "*",
|
|
"@hono/standard-validator": "^0.1.2",
|
|
"@oslojs/crypto": "^1.0.1",
|
|
"@oslojs/encoding": "^1.1.0",
|
|
"arctic": "^3.1.0",
|
|
"hono": "4.7.0",
|
|
"luxon": "^3.5.0",
|
|
"nanoid": "^5.1.5",
|
|
"ts-pattern": "^5.0.5",
|
|
"zod": "^3.25.76"
|
|
}
|
|
} |