1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-28 10:33:31 +00:00

feat(platform): generate @bitwarden/storage-core boilerplate

This commit is contained in:
addisonbeck
2025-06-04 11:47:25 -04:00
parent 0a3509575c
commit 6ff7999715
13 changed files with 115 additions and 4 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "@bitwarden/storage-core",
"version": "0.0.1",
"description": "Abstractions over storage APIs",
"private": true,
"type": "commonjs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "GPL-3.0",
"author": "platform"
}