Files
5g_drone_ROS2/api/package.json
2023-05-25 13:33:15 +00:00

21 lines
386 B
JSON

{
"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"
}
}