{
"name": "puffin-app-server",
"version": "1.0.0",
"description": "Backend server for Puffin App - Stripe checkout and carbon offset processing",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node index.js",
"dev": "node --watch index.js",
"init-db": "node config/database.js"
},
"keywords": [
"stripe",
"carbon-offset",
"express"
],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.6.7",
"better-sqlite3": "^11.8.1",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"express-rate-limit": "^8.2.0",
"handlebars": "^4.7.8",
"nodemailer": "^7.0.10",
"stripe": "^17.5.0"
}