school-administrarion/package.json

24 lines
532 B
JSON
Raw Permalink Normal View History

2024-05-07 19:49:43 +00:00
{
"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"
}
}