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

31 lines
772 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: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": {
2022-12-18 11:50:56 +01:00
"@types/node": "18.11.17",
"@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",
2022-12-25 09:13:33 +01:00
"stripe": "11.5.0",
2022-11-15 15:42:13 +01:00
"tsx": "3.12.1",
2022-12-18 11:50:56 +01:00
"typescript": "4.9.4",
"utils": "workspace:*",
2022-12-25 09:13:33 +01:00
"zod": "3.20.2"
2022-02-25 09:45:31 +01:00
}
}