{ "name": "api-isakafo", "version": "1.0.0", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node index.js", "dev": "nodemon index.js" }, "keywords": [], "author": "C4M-ONG-ADM", "license": "ISC", "description": "backend API for Isakafo", "dependencies": { "bcryptjs": "^3.0.2", "dotenv": "^17.0.0", "express": "^5.1.0", "jsonwebtoken": "^9.0.2", "mysql2": "^3.14.1" }, "devDependencies": { "nodemon": "^3.1.10" } }