2
0
Files
bot/packages/billing/package.json
2024-03-15 16:32:29 +01:00

21 lines
450 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": "ISC",
"dependencies": {
"@typebot.io/prisma": "workspace:*",
"@typebot.io/schemas": "workspace:*",
"stripe": "12.13.0"
},
"devDependencies": {
"@typebot.io/tsconfig": "workspace:*"
}
}