diff options
Diffstat (limited to 'security/bitwarden-cli/files/packagejsons/libs/messaging/package.json')
| -rw-r--r-- | security/bitwarden-cli/files/packagejsons/libs/messaging/package.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/bitwarden-cli/files/packagejsons/libs/messaging/package.json b/security/bitwarden-cli/files/packagejsons/libs/messaging/package.json new file mode 100644 index 000000000000..7f83f0170c80 --- /dev/null +++ b/security/bitwarden-cli/files/packagejsons/libs/messaging/package.json @@ -0,0 +1,11 @@ +{ + "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": "index.js", + "types": "index.d.ts", + "license": "GPL-3.0", + "author": "platform" +} |
