typebot.io/packages/playwright/package.json
Baptiste Arnaud 0a75534cce
Add missing deps
2025-02-19 11:02:21 +01:00

27 lines
728 B
JSON

{
"name": "@typebot.io/playwright",
"version": "0.0.1",
"type": "module",
"private": true,
"exports": {
"./*": "./src/*.ts"
},
"dependencies": {
"@playwright/test": "1.45.2",
"@typebot.io/blocks-core": "workspace:*",
"@typebot.io/blocks-inputs": "workspace:*",
"@typebot.io/env": "workspace:*",
"@typebot.io/lib": "workspace:*",
"@typebot.io/prisma": "workspace:*",
"@typebot.io/schemas": "workspace:*",
"@typebot.io/typebot": "workspace:*",
"@typebot.io/workspaces": "workspace:*",
"@typebot.io/credentials": "workspace:*",
"@typebot.io/events": "workspace:*"
},
"devDependencies": {
"@types/node": "20.4.2",
"@typebot.io/tsconfig": "workspace:*"
}
}