2
0
Files
bot/packages/forge/blocks/openRouter/package.json
Baptiste Arnaud 84d6c594af Add OpenRouter block
Closes #1254
2024-03-05 10:56:54 +01:00

18 lines
423 B
JSON

{
"name": "@typebot.io/open-router-block",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"keywords": [],
"license": "ISC",
"devDependencies": {
"@typebot.io/forge": "workspace:*",
"@typebot.io/tsconfig": "workspace:*",
"@types/react": "18.2.15",
"typescript": "5.3.2",
"@typebot.io/lib": "workspace:*",
"@typebot.io/openai-block": "workspace:*",
"got": "12.6.0"
}
}