Add stripe integration

This commit is contained in:
Corey Blais
2026-04-16 20:25:21 -04:00
parent 3a0e30085c
commit c757132cbd
13 changed files with 462 additions and 12 deletions
+18
View File
@@ -17,6 +17,7 @@
"morgan": "1.10.0",
"nodemailer": "^8.0.5",
"pg": "8.13.1",
"stripe": "^22.0.2",
"zod": "3.24.1"
},
"devDependencies": {
@@ -1767,6 +1768,23 @@
"node": ">= 0.8"
}
},
"node_modules/stripe": {
"version": "22.0.2",
"resolved": "https://registry.npmjs.org/stripe/-/stripe-22.0.2.tgz",
"integrity": "sha512-2/BLrQ3oB1zlNfeL/LfHFjTGx6EQn0j+ztrrTJHuDjV5VVIpk92oSDaxyKLUr3pG3dnee2LZqhFUv2Bf0G1/3g==",
"license": "MIT",
"engines": {
"node": ">=18"
},
"peerDependencies": {
"@types/node": ">=18"
},
"peerDependenciesMeta": {
"@types/node": {
"optional": true
}
}
},
"node_modules/toidentifier": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",