28 lines
674 B
JSON
28 lines
674 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"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "18.11.10",
|
|
"@types/prompts": "^2.4.1",
|
|
"db": "workspace:*",
|
|
"emails": "workspace:*",
|
|
"got": "12.5.3",
|
|
"models": "workspace:*",
|
|
"prompts": "^2.4.2",
|
|
"stripe": "11.1.0",
|
|
"tsx": "3.12.1",
|
|
"typescript": "4.9.3",
|
|
"utils": "workspace:*"
|
|
}
|
|
}
|