mirror of
https://github.com/bitwarden/browser
synced 2026-02-06 19:53:59 +00:00
11 lines
197 B
JSON
11 lines
197 B
JSON
{
|
|
"name": "@bitwarden/takeuntil-migrator",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "jest",
|
|
"test:watch": "jest --watch",
|
|
"clean": "rimraf coverage temp"
|
|
}
|
|
}
|