{
  "name": "@0x77/tellots",
  "version": "0.2.2+1",
  "description": "async based library to be able to control de dji tello drone, forked from tellojs project",
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm-run-all build"
  },
  "keywords": [
    "tello",
    "dji",
    "drone",
    "iot",
    "typescript"
  ],
  "repository": "git@github.com:0x77dev/tellots.git",
  "contributors": [
    "kanekotic <alvarojosepl@gmail.com>"
  ],
  "author": "Mikhail Marynenko <0x77dev@protonmail.com>",
  "types": "dist/index.d.ts",
  "license": "MIT",
  "private": false,
  "devDependencies": {
    "@types/node": "^14.0.27",
    "npm-run-all": "^4.1.5",
    "typescript": "^3.9.7"
  }
}