add API setup
This commit is contained in:
19
api/package.json
Normal file
19
api/package.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"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": {
|
||||
"ejs": "^3.1.9",
|
||||
"express": "^4.18.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user