2
0
Files
bot/packages/playwright/package.json

19 lines
459 B
JSON
Raw Normal View History

{
"name": "@typebot.io/playwright",
"version": "1.0.0",
"description": "",
"scripts": {},
"keywords": [],
"author": "Baptiste Arnaud",
"license": "AGPL-3.0-or-later",
"dependencies": {
2024-06-17 14:12:14 +02:00
"@playwright/test": "1.43.1",
"@typebot.io/lib": "workspace:*",
"@typebot.io/prisma": "workspace:*",
"@typebot.io/schemas": "workspace:*"
},
"devDependencies": {
"@types/node": "20.4.2",
"@typebot.io/tsconfig": "workspace:*"
}
2024-06-17 14:12:14 +02:00
}