1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-07 04:03:29 +00:00
Files
browser/scripts/migrations/takeuntil/package.json
2025-07-25 10:51:46 +02:00

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