mirror of
https://github.com/bitwarden/clients.git
synced 2026-02-10 19:04:28 +08:00
12 lines
242 B
JSON
12 lines
242 B
JSON
|
|
{
|
||
|
|
"name": "@bitwarden/logging",
|
||
|
|
"version": "0.0.1",
|
||
|
|
"description": "Logging primitives",
|
||
|
|
"private": true,
|
||
|
|
"type": "commonjs",
|
||
|
|
"main": "dist/index.js",
|
||
|
|
"types": "dist/index.d.ts",
|
||
|
|
"license": "GPL-3.0",
|
||
|
|
"author": "platform"
|
||
|
|
}
|