{ "name": "sekolah", "version": "1.0.0", "description": "backend sekolah", "main": "index.js", "scripts": { "start": "nodemon index.js", "dev": "nodemon index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "kicap karan", "license": "ISC", "dependencies": { "cors": "^2.8.5", "dotenv": "^16.4.5", "express": "^4.19.2", "express-fileupload": "^1.5.0", "express-form-data": "^2.0.23", "md5": "^2.3.0", "mysql": "^2.18.1", "nodemon": "^3.1.0" } }