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",
|
2023-10-18 09:33:32 +02:00
|
|
|
"migrateSubscriptionsToUsageBased": "tsx migrateSubscriptionsToUsageBased.ts",
|
2024-02-06 15:47:19 +01:00
|
|
|
"insertUsersInBrevoList": "tsx insertUsersInBrevoList.ts",
|
2024-01-02 11:03:30 +01:00
|
|
|
"getUsage": "tsx getUsage.ts",
|
2024-01-08 07:38:58 +01:00
|
|
|
"suspendWorkspace": "tsx suspendWorkspace.ts",
|
|
|
|
"destroyUser": "tsx destroyUser.ts",
|
|
|
|
"updateTypebot": "tsx updateTypebot.ts",
|
2024-01-08 13:47:23 +01:00
|
|
|
"updateWorkspace": "tsx updateWorkspace.ts",
|
|
|
|
"inspectTypebot": "tsx inspectTypebot.ts",
|
2024-01-10 11:11:12 +01:00
|
|
|
"inspectWorkspace": "tsx inspectWorkspace.ts",
|
2024-01-12 10:16:01 +01:00
|
|
|
"getCoupon": "tsx getCoupon.ts",
|
2024-02-08 10:27:22 +01:00
|
|
|
"redeemCoupon": "tsx redeemCoupon.ts",
|
2024-01-12 10:45:48 +01:00
|
|
|
"exportResults": "tsx exportResults.ts",
|
2024-01-25 08:43:55 +01:00
|
|
|
"updateUserEmail": "tsx updateUserEmail.ts",
|
2024-03-02 09:07:55 +01:00
|
|
|
"inspectChatSession": "tsx inspectChatSession.ts",
|
|
|
|
"deleteChatSession": "tsx deleteChatSession.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:*",
|
2024-01-12 10:16:01 +01:00
|
|
|
"@types/cli-progress": "^3.11.5",
|
2023-07-15 10:46:36 +02:00
|
|
|
"@types/node": "20.4.2",
|
2024-01-12 10:16:01 +01:00
|
|
|
"@types/papaparse": "5.3.7",
|
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-11-23 12:05:31 +01:00
|
|
|
"typescript": "5.3.2",
|
2023-11-08 15:34:16 +01:00
|
|
|
"zod": "3.22.4"
|
2023-10-17 08:03:30 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-01-08 07:38:58 +01:00
|
|
|
"@clack/prompts": "^0.7.0",
|
2024-01-12 10:16:01 +01:00
|
|
|
"@paralleldrive/cuid2": "2.2.1",
|
|
|
|
"cli-progress": "^3.12.0",
|
2024-03-15 16:32:29 +01:00
|
|
|
"papaparse": "5.4.1",
|
|
|
|
"@typebot.io/results": "workspace:*",
|
|
|
|
"@typebot.io/billing": "workspace:*",
|
|
|
|
"@typebot.io/telemetry": "workspace:*"
|
2022-02-25 09:45:31 +01:00
|
|
|
}
|
|
|
|
}
|