mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
* refactor(platform): generate a storage-test-utils library * refactor(storage-test-utils): move FakeStorageService out of common
12 lines
269 B
JSON
12 lines
269 B
JSON
{
|
|
"name": "@bitwarden/storage-test-utils",
|
|
"version": "0.0.1",
|
|
"description": "Test tools for the storage library",
|
|
"private": true,
|
|
"type": "commonjs",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"license": "GPL-3.0",
|
|
"author": "platform"
|
|
}
|