Files
bot/packages/forge/blocks/qrcode/package.json

19 lines
442 B
JSON
Raw Permalink Normal View History

2024-01-11 12:39:58 +05:30
{
"name": "@typebot.io/qrcode-block",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"keywords": [],
"license": "AGPL-3.0-or-later",
2024-01-11 12:39:58 +05:30
"devDependencies": {
"@typebot.io/forge": "workspace:*",
"@typebot.io/lib": "workspace:*",
"@typebot.io/tsconfig": "workspace:*",
"@types/react": "18.2.15",
"@types/qrcode": "^1.5.3",
"typescript": "5.4.5"
2024-01-11 12:39:58 +05:30
},
"dependencies": {
"qrcode": "^1.5.3"
}
2024-06-17 14:12:14 +02:00
}