Files
clients/libs/storage-test-utils/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
269 B
JSON
Raw Normal View History

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