1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-07 04:03:29 +00:00
Files
browser/libs/playwright-scenes/package.json
Matt Gibson 5c19a7c9dd Create playwright scenes framework
This is a client-side implementation of the db recipes seeding framework for bitwarden server
2025-10-07 17:00:49 -07:00

12 lines
273 B
JSON

{
"name": "@bitwarden/playwright-scenes",
"version": "0.0.1",
"description": "Framework for writing end-to-end playwright tests",
"private": true,
"type": "commonjs",
"main": "index.js",
"types": "index.d.ts",
"license": "GPL-3.0",
"author": "platform"
}