mirror of
https://github.com/bitwarden/browser
synced 2026-02-07 20:24:01 +00:00
12 lines
291 B
JSON
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"
|
|
}
|