Add Stripe billing integration + update free tier to 100 PDFs/mo
This commit is contained in:
parent
facb8df8f4
commit
c12c1176b0
7 changed files with 238 additions and 12 deletions
13
package.json
13
package.json
|
|
@ -11,17 +11,18 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"express": "^4.21.0",
|
||||
"marked": "^15.0.0",
|
||||
"puppeteer": "^24.0.0",
|
||||
"nanoid": "^5.0.0",
|
||||
"express-rate-limit": "^7.5.0",
|
||||
"helmet": "^8.0.0",
|
||||
"express-rate-limit": "^7.5.0"
|
||||
"marked": "^15.0.0",
|
||||
"nanoid": "^5.0.0",
|
||||
"puppeteer": "^24.0.0",
|
||||
"stripe": "^20.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^5.7.0",
|
||||
"tsx": "^4.19.0",
|
||||
"@types/express": "^5.0.0",
|
||||
"@types/node": "^22.0.0",
|
||||
"tsx": "^4.19.0",
|
||||
"typescript": "^5.7.0",
|
||||
"vitest": "^3.0.0"
|
||||
},
|
||||
"type": "module"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue