mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-06-26 18:26:38 +00:00
18 lines
403 B
JSON
18 lines
403 B
JSON
{
|
|
"name": "migrate-problems",
|
|
"version": "1.0.0",
|
|
"description": "Script to migrate problems from Replay to Supabase",
|
|
"private": true,
|
|
"type": "module",
|
|
"main": "save-problems.ts",
|
|
"scripts": {},
|
|
"dependencies": {
|
|
"@supabase/supabase-js": "^2.49.1",
|
|
"dotenv": "^16.4.7",
|
|
"ws": "^8.13.0"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.0.0",
|
|
"bun-types": "latest"
|
|
}
|
|
} |