Files
madbase/tests/integration/package.json

20 lines
355 B
JSON

{
"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",
"jsonwebtoken": "^9.0.3",
"vitest": "^3.0.7"
}
}