Files
wallabicher/web/backend/package.json
Omar Sánchez Pizarro cc6ffdc5a5 payments with stripe
Signed-off-by: Omar Sánchez Pizarro <omar.sanchez@pistacero.net>
2026-01-21 02:20:13 +01:00

31 lines
628 B
JSON

{
"name": "wallabicher-backend",
"version": "1.0.0",
"description": "Backend API para Wallabicher Dashboard",
"main": "server.js",
"type": "module",
"scripts": {
"start": "node server.js",
"dev": "node --watch server.js"
},
"keywords": [
"wallabicher",
"api",
"express"
],
"author": "",
"license": "MIT",
"dependencies": {
"bcrypt": "^5.1.1",
"chokidar": "^3.5.3",
"cors": "^2.8.5",
"express": "^4.18.2",
"mongodb": "^6.3.0",
"rate-limiter-flexible": "^5.0.3",
"stripe": "^20.2.0",
"web-push": "^3.6.7",
"ws": "^8.14.2",
"yaml": "^2.3.4"
}
}