Files
clients/libs/logging/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
242 B
JSON
Raw Normal View History

{
"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"
}