mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
12 lines
343 B
JSON
12 lines
343 B
JSON
{
|
|
"name": "@bitwarden/messaging-internal",
|
|
"version": "0.0.1",
|
|
"description": "Internal details to accompany @bitwarden/messaging this library should not be consumed in non-platform code.",
|
|
"private": true,
|
|
"type": "commonjs",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"license": "GPL-3.0",
|
|
"author": "platform"
|
|
}
|