aboutsummaryrefslogtreecommitdiff
path: root/security/bitwarden-cli/files/packagejsons/libs/assets/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'security/bitwarden-cli/files/packagejsons/libs/assets/package.json')
-rw-r--r--security/bitwarden-cli/files/packagejsons/libs/assets/package.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/security/bitwarden-cli/files/packagejsons/libs/assets/package.json b/security/bitwarden-cli/files/packagejsons/libs/assets/package.json
new file mode 100644
index 000000000000..cc5935833bf9
--- /dev/null
+++ b/security/bitwarden-cli/files/packagejsons/libs/assets/package.json
@@ -0,0 +1,15 @@
+{
+ "name": "@bitwarden/assets",
+ "version": "0.0.1",
+ "description": "Assets used in Bitwarden clients",
+ "private": true,
+ "type": "commonjs",
+ "main": "dist/index.js",
+ "types": "dist/index.d.ts",
+ "license": "GPL-3.0",
+ "author": "ui-foundation",
+ "scripts": {
+ "test": "jest"
+ },
+ "sideEffects": false
+}