dji-tello
Version:
Package to control your DJI-Tello drone from your computer
18 lines (17 loc) • 335 B
JSON
{
"name": "api-tello",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dji-tello": "^1.0.14",
"express": "^4.17.1"
}
}