saas-subscription-helper
Version:
A helper package for integrating Stripe Payment Links with Supabase in SaaS applications.
33 lines (32 loc) • 850 B
JSON
{
"name": "saas-subscription-helper",
"version": "1.0.3",
"description": "A helper package for integrating Stripe Payment Links with Supabase in SaaS applications.",
"main": "src/index.js",
"scripts": {
"start": "node server.js",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
},
"keywords": [
"stripe",
"payment-links",
"supabase",
"saas",
"subscription-management"
],
"author": "Richardson Dackam",
"license": "MIT",
"dependencies": {
"@supabase/supabase-js": "^2.0.0",
"body-parser": "^1.20.2",
"express": "^4.18.2",
"micro": "^9.4.1",
"stripe": "^17.5.0"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"jest": "^29.7.0"
}
}