added initial roadmap and implementation
This commit is contained in:
18
tests/integration/package.json
Normal file
18
tests/integration/package.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "integration",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "vitest run"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"@supabase/supabase-js": "^2.49.1",
|
||||
"dotenv": "^16.4.7",
|
||||
"vitest": "^3.0.7"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user