2025-01-02 04:33:37 +00:00
|
|
|
{
|
|
|
|
|
"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": "*",
|
2025-11-22 09:28:20 +00:00
|
|
|
"@hono/standard-validator": "^0.2.0",
|
2025-01-02 04:33:37 +00:00
|
|
|
"@oslojs/crypto": "^1.0.1",
|
|
|
|
|
"@oslojs/encoding": "^1.1.0",
|
2025-11-22 09:28:20 +00:00
|
|
|
"arctic": "^3.7.0",
|
|
|
|
|
"hono": "4.10.6",
|
|
|
|
|
"luxon": "^3.7.2",
|
|
|
|
|
"nanoid": "^5.1.6",
|
|
|
|
|
"ts-pattern": "^5.9.0",
|
2025-11-07 03:17:52 +00:00
|
|
|
"zod": "^3.25.76"
|
2025-01-02 04:33:37 +00:00
|
|
|
}
|
2025-05-22 04:30:22 +00:00
|
|
|
}
|