initial commit

This commit is contained in:
equippedcoding-master
2025-09-17 09:37:06 -05:00
parent 86108ca47e
commit e2c98790b2
55389 changed files with 6206730 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
"name": "appfactorystudio_stripe_subscriptions",
"version": "1.0.0",
"description": "Stripe subscriptions.",
"main": "server.js",
"type": "module",
"scripts": {
"start": "node server.js"
},
"author": "appfactorystudio",
"dependencies": {
"autoprefixer": "^10.4.0",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"dotenv": "^16.0.0",
"express": "^4.17.1",
"stripe": "14.3.0",
"ejs": "^3.1.6",
"html-entities": "^2.4.0",
"mysql2": "^3.6.0",
"node-fetch": "^3.2.1"
}
}