1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-07 20:24:01 +00:00
Files
browser/libs/logout/package.json
2025-06-03 18:31:38 -04:00

12 lines
291 B
JSON

{
"name": "@bitwarden/logout",
"version": "0.0.1",
"description": "Services, functions, and types for logging out of Bitwarden applications",
"private": true,
"type": "commonjs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "GPL-3.0",
"author": "auth"
}