mirror of
https://github.com/bitwarden/clients.git
synced 2026-06-04 21:04:29 +08:00
16 lines
357 B
JSON
16 lines
357 B
JSON
{
|
|
"name": "@bitwarden/logging-angular",
|
|
"version": "0.0.1",
|
|
"description": "Angular wrapper for @bitwarden/logging",
|
|
"private": true,
|
|
"type": "commonjs",
|
|
"main": "index.js",
|
|
"types": "index.d.ts",
|
|
"license": "GPL-3.0",
|
|
"author": "platform",
|
|
"scripts": {
|
|
"clean": "rimraf dist",
|
|
"build": "tsc --noEmit -p tsconfig.lib.json"
|
|
}
|
|
}
|