mirror of
https://github.com/bitwarden/browser
synced 2026-02-13 23:13:36 +00:00
Create new @bitwarden/flight-recorder library via NX generator: - Library structure with src/index.ts entry point - Jest, ESLint, and TypeScript configuration - CODEOWNERS assigned to Platform team - tsconfig.base.json path mapping added
12 lines
297 B
JSON
12 lines
297 B
JSON
{
|
|
"name": "@bitwarden/flight-recorder",
|
|
"version": "0.0.1",
|
|
"description": "SDK Flight Recorder integration for capturing and exporting diagnostic logs",
|
|
"private": true,
|
|
"type": "commonjs",
|
|
"main": "index.js",
|
|
"types": "index.d.ts",
|
|
"license": "GPL-3.0",
|
|
"author": "platform"
|
|
}
|