1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-06 03:33:30 +00:00
Files
browser/libs/encoding/package.json
2025-08-12 15:26:57 -04:00

12 lines
241 B
JSON

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