Files
miracles_in_motion/mim-api/package.json
T
defiQUGandCursor 05978ae25c feat(mim): admin QR/brand API, public config hooks, and deploy workflow fix.
Split mim-api into modular routes, refresh nav brand assets, and pin reusable validate workflow to Order-of-Hospitallers/miracles_in_motion@main.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-19 16:17:10 -07:00

23 lines
518 B
JSON

{
"name": "mim-api",
"private": true,
"version": "1.0.0",
"type": "module",
"description": "Miracles in Motion API — Stripe, assistance intake, analytics (VMID 7811)",
"main": "src/server.js",
"scripts": {
"start": "node src/server.js",
"dev": "node --watch src/server.js",
"test": "node --test test/*.test.js"
},
"engines": {
"node": ">=18"
},
"dependencies": {
"express": "^4.21.2",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.10.0",
"stripe": "^17.7.0"
}
}