supa-test/package.json
2024-10-20 19:45:15 +08:00

25 lines
651 B
JSON

{
"name": "super-test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@9.8.0+sha512.8e4c3550fb500e808dbc30bb0ce4dd1eb614e30b1c55245f211591ec2cdf9c611cabd34e1364b42f564bd54b3945ed0f49d61d1bbf2ec9bd74b866fcdc723276",
"dependencies": {
"@supabase/supabase-js": "^2.45.4",
"jsonwebtoken": "^9.0.2",
"nodemailer": "^6.9.15",
"pg": "^8.13.0"
},
"devDependencies": {
"@types/jsonwebtoken": "^9.0.7",
"@types/pg": "^8.11.10"
}
}