1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-06 19:53:59 +00:00
Files
browser/libs/serialization/package.json
2025-07-23 14:12:16 -04:00

12 lines
258 B
JSON

{
"name": "@bitwarden/serialization",
"version": "0.0.1",
"description": "Core serialization utilities",
"private": true,
"type": "commonjs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "GPL-3.0",
"author": "platform"
}