Files
bot/packages/billing/package.json
2024-04-16 12:56:47 +02:00

21 lines
464 B
JSON

{
"name": "@typebot.io/billing",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Baptiste Arnaud",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@typebot.io/prisma": "workspace:*",
"@typebot.io/schemas": "workspace:*",
"stripe": "12.13.0"
},
"devDependencies": {
"@typebot.io/tsconfig": "workspace:*"
}
}