31 lines
772 B
JSON
31 lines
772 B
JSON
{
|
|
"name": "scripts",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "AGPL-3.0-or-later",
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "18.11.17",
|
|
"@types/prompts": "^2.4.2",
|
|
"db": "workspace:*",
|
|
"deep-object-diff": "1.1.9",
|
|
"emails": "workspace:*",
|
|
"got": "12.5.3",
|
|
"models": "workspace:*",
|
|
"prompts": "^2.4.2",
|
|
"stripe": "11.5.0",
|
|
"tsx": "3.12.1",
|
|
"typescript": "4.9.4",
|
|
"utils": "workspace:*",
|
|
"zod": "3.20.2"
|
|
}
|
|
}
|