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

12 lines
318 B
JSON

{
"name": "@bitwarden/messaging",
"version": "0.0.1",
"description": "Services for sending and recieving messages from different contexts of the same application.",
"private": true,
"type": "commonjs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "GPL-3.0",
"author": "platform"
}