mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-05 21:04:43 +08:00
65 lines
2.6 KiB
JSON
65 lines
2.6 KiB
JSON
{
|
|
"name": "@typebot.io/scripts",
|
|
"scripts": {
|
|
"playground": "SKIP_ENV_CHECK=true dotenv -e ./.env.local -- tsx src/playground.ts",
|
|
"db:cleanDatabase": "SKIP_ENV_CHECK=true tsx src/cleanDatabase.ts",
|
|
"db:backup": "tsx src/backupDatabase.ts",
|
|
"db:restore": "tsx src/restoreDatabase.ts",
|
|
"db:setCustomPlan": "tsx src/setCustomPlan.ts",
|
|
"db:bulkUpdate": "tsx src/bulkUpdate.ts",
|
|
"db:fixTypebots": "tsx src/fixTypebots.ts",
|
|
"checkAndReportChatsUsage": "tsx src/checkAndReportChatsUsage.ts",
|
|
"inspectUser": "tsx src/inspectUser.ts",
|
|
"checkSubscriptionsStatus": "tsx src/checkSubscriptionsStatus.ts",
|
|
"createChatsPrices": "tsx src/createChatsPrices.ts",
|
|
"migrateSubscriptionsToUsageBased": "tsx src/migrateSubscriptionsToUsageBased.ts",
|
|
"insertUsersInBrevoList": "tsx src/insertUsersInBrevoList.ts",
|
|
"getUsage": "tsx src/getUsage.ts",
|
|
"suspendWorkspace": "tsx src/suspendWorkspace.ts",
|
|
"destroyUser": "SKIP_ENV_CHECK=true dotenv -e ./.env.production -- tsx src/destroyUser.ts",
|
|
"updateTypebot": "tsx src/updateTypebot.ts",
|
|
"updateWorkspace": "tsx src/updateWorkspace.ts",
|
|
"inspectTypebot": "tsx src/inspectTypebot.ts",
|
|
"inspectPublishedTypebot": "tsx src/inspectPublishedTypebot.ts",
|
|
"inspectWorkspace": "tsx src/inspectWorkspace.ts",
|
|
"getCoupon": "tsx src/getCoupon.ts",
|
|
"redeemCoupon": "tsx src/redeemCoupon.ts",
|
|
"exportResults": "tsx src/exportResults.ts",
|
|
"updateUserEmail": "tsx src/updateUserEmail.ts",
|
|
"inspectChatSession": "tsx src/inspectChatSession.ts",
|
|
"deleteChatSession": "tsx src/deleteChatSession.ts",
|
|
"checkDependencies": "tsx src/checkDependencies.ts",
|
|
"readCsvAndDoSomething": "SKIP_ENV_CHECK=true dotenv -e ./.env.production -- tsx src/readCsvAndDoSomething.ts"
|
|
},
|
|
"exports": {
|
|
"./*": "./src/*.ts"
|
|
},
|
|
"dependencies": {
|
|
"ky": "1.2.4",
|
|
"@clack/prompts": "0.7.0",
|
|
"@paralleldrive/cuid2": "2.2.1",
|
|
"@typebot.io/billing": "workspace:*",
|
|
"@typebot.io/results": "workspace:*",
|
|
"@typebot.io/telemetry": "workspace:*",
|
|
"cli-progress": "3.12.0",
|
|
"papaparse": "5.4.1",
|
|
"@typebot.io/lib": "workspace:*",
|
|
"@typebot.io/prisma": "workspace:*",
|
|
"prompts": "2.4.2",
|
|
"stripe": "17.1.0",
|
|
"@typebot.io/workspaces": "workspace:*",
|
|
"@typebot.io/typebot": "workspace:*",
|
|
"@typebot.io/zod": "workspace:*",
|
|
"@typebot.io/emails": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@typebot.io/schemas": "workspace:*",
|
|
"@typebot.io/tsconfig": "workspace:*",
|
|
"@types/bun": "^1.1.9",
|
|
"@types/cli-progress": "^3.11.5",
|
|
"@types/papaparse": "5.3.7",
|
|
"@types/prompts": "2.4.4",
|
|
"tsx": "4.19.1"
|
|
}
|
|
}
|