1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00
Files
browser/libs/messaging-internal/package.json
2025-07-22 11:47:25 -04:00

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"
}