{ "name": "@typebot.io/scripts", "version": "1.0.0", "main": "index.js", "license": "AGPL-3.0-or-later", "private": true, "scripts": { "playground": "SKIP_ENV_CHECK=true dotenv -e ./.env.local -- tsx playground.ts", "db:cleanDatabase": "tsx cleanDatabase.ts", "db:backup": "tsx backupDatabase.ts", "db:restore": "tsx restoreDatabase.ts", "db:setCustomPlan": "tsx setCustomPlan.ts", "db:bulkUpdate": "tsx bulkUpdate.ts", "db:fixTypebots": "tsx fixTypebots.ts", "checkAndReportChatsUsage": "tsx checkAndReportChatsUsage.ts", "inspectUser": "tsx inspectUser.ts", "checkSubscriptionsStatus": "tsx checkSubscriptionsStatus.ts", "createChatsPrices": "tsx createChatsPrices.ts", "migrateSubscriptionsToUsageBased": "tsx migrateSubscriptionsToUsageBased.ts", "insertUsersInBrevoList": "tsx insertUsersInBrevoList.ts", "getUsage": "tsx getUsage.ts", "suspendWorkspace": "tsx suspendWorkspace.ts", "destroyUser": "tsx destroyUser.ts", "updateTypebot": "tsx updateTypebot.ts", "updateWorkspace": "tsx updateWorkspace.ts", "inspectTypebot": "tsx inspectTypebot.ts", "inspectWorkspace": "tsx inspectWorkspace.ts", "getCoupon": "tsx getCoupon.ts", "redeemCoupon": "tsx redeemCoupon.ts", "exportResults": "tsx exportResults.ts", "updateUserEmail": "tsx updateUserEmail.ts", "inspectChatSession": "tsx inspectChatSession.ts", "deleteChatSession": "tsx deleteChatSession.ts" }, "devDependencies": { "@typebot.io/emails": "workspace:*", "@typebot.io/lib": "workspace:*", "@typebot.io/prisma": "workspace:*", "@typebot.io/schemas": "workspace:*", "@types/cli-progress": "^3.11.5", "@types/node": "20.4.2", "@types/papaparse": "5.3.7", "@types/prompts": "2.4.4", "deep-object-diff": "1.1.9", "ky": "1.2.4", "prompts": "2.4.2", "stripe": "12.13.0", "tsx": "4.6.2", "typescript": "5.4.5", "zod": "3.22.4" }, "dependencies": { "@clack/prompts": "^0.7.0", "@paralleldrive/cuid2": "2.2.1", "cli-progress": "^3.12.0", "papaparse": "5.4.1", "@typebot.io/results": "workspace:*", "@typebot.io/billing": "workspace:*", "@typebot.io/telemetry": "workspace:*" } }