tachybase_todo/packages/core/auth/package.json
sealday 242d95bef1 chore(version): release v0.21.81 (#1410)
Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#1410
2024-07-31 03:15:26 +08:00

21 lines
509 B
JSON

{
"name": "@tachybase/auth",
"version": "0.21.81",
"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:*",
"jsonwebtoken": "^8.5.1"
},
"devDependencies": {
"@types/jsonwebtoken": "^8.5.8",
"vitest": "^1.6.0"
}
}