{ "name": "ajet-chat-e2e", "private": true, "type": "module", "scripts": { "test": "npx nbb -cp src -m ajet-chat.e2e.runner", "install:browsers": "npx playwright install chromium" }, "dependencies": { "nbb": "^1.2.196", "playwright": "^1.50.0" } }