mirror of
https://github.com/moeru-ai/airi.git
synced 2026-08-21 14:53:36 +00:00
14 lines
330 B
JSON
14 lines
330 B
JSON
{
|
|
"name": "@proj-airi/auth-shared",
|
|
"type": "module",
|
|
"version": "0.11.3",
|
|
"private": true,
|
|
"description": "Shared authentication schema and principal contracts for AIRI services",
|
|
"exports": "./src/index.ts",
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"drizzle-orm": "catalog:"
|
|
}
|
|
}
|