{
  "name": "@9wick/esptool.js",
  "version": "0.9.5",
  "description": "TypeScript/Nodejs port of the esptool",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "repository": "git@github.com:9wick/esptool.js.git",
  "author": "9wick (forked from Toitware ApS)",
  "license": "MIT",
  "scripts": {
    "build": "tsc -b tsconfig.json",
    "watch": "tsc -b tsconfig.json -w",
    "clean": "tsc -b tsconfig.json --clean",
    "lint": "eslint 'src/*.{js,ts,tsx}' --max-warnings=0",
    "doc": "typedoc",
    "typecheck": "tsc -p tsconfig.json --noEmit"
  },
  "files": [
    "build",
    "README.md"
  ],
  "keywords": [
    "esptool",
    "webserial",
    "esp32",
    "esp8266",
    "serial",
    "toit",
    "toitware"
  ],
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^4.28.0",
    "@typescript-eslint/parser": "^4.28.0",
    "eslint": "^7.29.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-prettier": "^3.4.0",
    "gh-pages": "^3.2.3",
    "prettier": "^2.3.1",
    "serialport": "^9.2.7",
    "typedoc": "^0.21.0",
    "typescript": "^4.3.4"
  },
  "dependencies": {
    "@types/node": "^16.11.7",
    "@types/serialport": "^8.0.2",
    "wtfnode": "^0.9.1"
  }
}
