1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-08 12:40:26 +00:00
Files
browser/libs/storage/package.json
2025-06-02 09:28:57 -04:00

11 lines
234 B
JSON

{
"name": "@bitwarden/storage",
"version": "0.0.0",
"description": "Basic primitives for storage.",
"type": "commonjs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "GPL-3.0",
"author": "platform"
}