{ "name": "drone_5g_api", "version": "1.0.0", "description": "API for controlling the drone through 5G", "main": "index.js", "scripts": { "start": "nodemon start" }, "keywords": [ "api", "drone" ], "author": "Sem van der Hoeven", "license": "ISC", "dependencies": { "bootstrap": "^5.3.0-alpha3", "ejs": "^3.1.9", "express": "^4.18.2" } }