mirror of
https://github.com/bitwarden/browser
synced 2026-02-24 08:33:29 +00:00
* Implement client-side user-key-rotation-service * Feature flag * Add tests * Fix flag name * Fix build * Prettier * Small clean-up * Codeowners order cleanup * Fix eslint issue * Update sdk to 550 * Cleanup & fix incompatibilities * Prettier
12 lines
294 B
JSON
12 lines
294 B
JSON
{
|
|
"name": "@bitwarden/user-crypto-management",
|
|
"version": "0.0.1",
|
|
"description": "Manage a user's cryptography and cryptographic settings",
|
|
"private": true,
|
|
"type": "commonjs",
|
|
"main": "index.js",
|
|
"types": "index.d.ts",
|
|
"license": "GPL-3.0",
|
|
"author": "key-management"
|
|
}
|