tachybase_todo/packages/core/auth/package.json
sealday 848b99df0b chore(version): release v0.21.49 (#1155)
Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#1155
2024-06-11 19:50:44 +08:00

18 lines
458 B
JSON

{
"name": "@tachybase/auth",
"version": "0.21.49",
"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"
}
}