mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-19 21:04:33 +08:00
24 lines
619 B
JSON
24 lines
619 B
JSON
{
|
|
"name": "@typebot.io/playwright",
|
|
"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:*"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "20.4.2",
|
|
"@typebot.io/tsconfig": "workspace:*"
|
|
}
|
|
}
|