18 lines
458 B
JSON
18 lines
458 B
JSON
{
|
|
"name": "@tachybase/auth",
|
|
"version": "0.21.48",
|
|
"description": "",
|
|
"license": "Apache-2.0",
|
|
"main": "./lib/index.js",
|
|
"types": "./lib/index.d.ts",
|
|
"dependencies": {
|
|
"@tachybase/actions": "workspace:*",
|
|
"@tachybase/cache": "workspace:*",
|
|
"@tachybase/database": "workspace:*",
|
|
"@tachybase/resourcer": "workspace:*",
|
|
"@tachybase/utils": "workspace:*",
|
|
"@types/jsonwebtoken": "^8.5.8",
|
|
"jsonwebtoken": "^8.5.1"
|
|
}
|
|
}
|