2022-02-25 09:45:31 +01:00
|
|
|
{
|
2023-03-15 08:35:16 +01:00
|
|
|
"name": "@typebot.io/scripts",
|
2022-02-25 09:45:31 +01:00
|
|
|
"version": "1.0.0",
|
|
|
|
"main": "index.js",
|
2022-03-17 16:39:12 +01:00
|
|
|
"license": "AGPL-3.0-or-later",
|
2022-02-25 09:45:31 +01:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2023-10-17 14:39:10 +02:00
|
|
|
"playground": "SKIP_ENV_CHECK=true dotenv -e ./.env.local -- tsx playground.ts",
|
2023-01-10 11:39:56 +01:00
|
|
|
"db:cleanDatabase": "tsx cleanDatabase.ts",
|
2022-11-23 11:40:57 +01:00
|
|
|
"db:backup": "tsx backupDatabase.ts",
|
|
|
|
"db:restore": "tsx restoreDatabase.ts",
|
2022-12-05 15:45:39 +01:00
|
|
|
"db:setCustomPlan": "tsx setCustomPlan.ts",
|
2022-12-27 10:05:50 +01:00
|
|
|
"db:bulkUpdate": "tsx bulkUpdate.ts",
|
2023-03-14 14:18:05 +01:00
|
|
|
"db:fixTypebots": "tsx fixTypebots.ts",
|
2023-10-17 08:03:30 +02:00
|
|
|
"checkAndReportChatsUsage": "tsx checkAndReportChatsUsage.ts",
|
2023-06-23 12:05:47 +02:00
|
|
|
"inspectUser": "tsx inspectUser.ts",
|
2023-10-17 08:03:30 +02:00
|
|
|
"checkSubscriptionsStatus": "tsx checkSubscriptionsStatus.ts",
|
|
|
|
"createChatsPrices": "tsx createChatsPrices.ts",
|
|
|
|
"migrateSubscriptionsToUsageBased": "tsx migrateSubscriptionsToUsageBased.ts"
|
2022-02-25 09:45:31 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-06-06 13:25:13 +02:00
|
|
|
"@typebot.io/emails": "workspace:*",
|
|
|
|
"@typebot.io/lib": "workspace:*",
|
|
|
|
"@typebot.io/prisma": "workspace:*",
|
|
|
|
"@typebot.io/schemas": "workspace:*",
|
2023-07-15 10:46:36 +02:00
|
|
|
"@types/node": "20.4.2",
|
2023-04-03 09:00:39 +02:00
|
|
|
"@types/prompts": "2.4.4",
|
2022-12-27 10:05:50 +01:00
|
|
|
"deep-object-diff": "1.1.9",
|
2023-03-14 15:08:53 +01:00
|
|
|
"got": "12.6.0",
|
2023-01-02 10:33:35 +01:00
|
|
|
"prompts": "2.4.2",
|
2023-07-15 10:46:36 +02:00
|
|
|
"stripe": "12.13.0",
|
2023-05-02 14:37:34 -04:00
|
|
|
"tsx": "3.12.7",
|
2023-07-15 10:46:36 +02:00
|
|
|
"typescript": "5.1.6",
|
2023-03-14 15:08:53 +01:00
|
|
|
"zod": "3.21.4"
|
2023-10-17 08:03:30 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@paralleldrive/cuid2": "2.2.1"
|
2022-02-25 09:45:31 +01:00
|
|
|
}
|
|
|
|
}
|