1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-13 23:13:36 +00:00
Files
browser/libs/flight-recorder/package.json
addisonbeck 09fb7b92ca chore(nx): generate flight-recorder lib
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
2026-01-16 15:47:06 -05:00

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