2
0
Files
bot/packages/scripts/package.json

32 lines
818 B
JSON
Raw Normal View History

2022-02-25 09:45:31 +01:00
{
"name": "scripts",
"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": {
"playground": "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"
2022-02-25 09:45:31 +01:00
},
"devDependencies": {
2023-02-23 09:21:18 +01:00
"@types/node": "18.14.0",
"@types/prompts": "2.4.2",
2022-08-08 08:21:36 +02:00
"db": "workspace:*",
"deep-object-diff": "1.1.9",
2022-11-02 19:45:46 +01:00
"emails": "workspace:*",
2022-11-21 19:08:14 +01:00
"got": "12.5.3",
2022-08-08 08:21:36 +02:00
"models": "workspace:*",
"prompts": "2.4.2",
2023-02-23 09:21:18 +01:00
"stripe": "11.11.0",
"tsx": "3.12.3",
"typescript": "4.9.5",
"utils": "workspace:*",
2023-02-23 09:21:18 +01:00
"zod": "3.20.6"
2022-02-25 09:45:31 +01:00
}
}