aboutsummaryrefslogtreecommitdiff
path: root/security/bitwarden-cli/files/packagejsons/libs/state-internal/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'security/bitwarden-cli/files/packagejsons/libs/state-internal/package.json')
-rw-r--r--security/bitwarden-cli/files/packagejsons/libs/state-internal/package.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/bitwarden-cli/files/packagejsons/libs/state-internal/package.json b/security/bitwarden-cli/files/packagejsons/libs/state-internal/package.json
new file mode 100644
index 000000000000..2a6252205987
--- /dev/null
+++ b/security/bitwarden-cli/files/packagejsons/libs/state-internal/package.json
@@ -0,0 +1,11 @@
+{
+ "name": "@bitwarden/state-internal",
+ "version": "0.0.1",
+ "description": "The internal parts of @bitwarden/state that should not be used by other teams.",
+ "private": true,
+ "type": "commonjs",
+ "main": "dist/index.js",
+ "types": "dist/index.d.ts",
+ "license": "GPL-3.0",
+ "author": "platform"
+}