{
  "name": "tello-custom-ip",
  "version": "0.1.1",
  "description": "Tello drone client with custom IP address support, forked from @0x77/tellots",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "tello",
    "dji",
    "drone",
    "iot",
    "typescript",
    "custom-ip"
  ],
  "author": "Mikhail Marynenko <0x77dev@protonmail.com> and contributors",
  "license": "MIT",
  "private": false,
  "devDependencies": {
    "@types/node": "^14.0.27",
    "npm-run-all": "^4.1.5",
    "typescript": "^3.9.7"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jensroth-git/tello-custom-ip"
  }
}