{
  "name": "@ionic/discover",
  "version": "3.1.1",
  "description": "Simple UDP based protocol for service discovery implemented in pure JS.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "homepage": "https://ionicframework.com/",
  "author": "Ionic Team <hi@ionic.io> (https://ionic.io)",
  "license": "MIT",
  "files": [
    "dist/",
    "LICENSE",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/ionic-team/ionic-cli.git"
  },
  "bugs": {
    "url": "https://github.com/ionic-team/ionic-cli/issues"
  },
  "scripts": {
    "clean": "rimraf dist",
    "lint": "tslint --project tsconfig.json",
    "build": "npm run clean && tsc",
    "watch": "tsc -w --preserveWatchOutput",
    "test": "jest --maxWorkers=4",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "debug": "^4.0.0",
    "netmask": "^1.0.6",
    "tslib": "^1.9.0",
    "ws": "^7.0.0"
  },
  "devDependencies": {
    "@types/debug": "^4.1.1",
    "@types/jest": "^25.1.0",
    "@types/netmask": "^1.0.30",
    "@types/node": "~10.17.13",
    "@types/ws": "^7.2.0",
    "jest": "^25.1.0",
    "jest-cli": "^25.1.0",
    "lint-staged": "^10.0.2",
    "rimraf": "^3.0.0",
    "ts-jest": "^25.0.0",
    "tslint": "^5.9.1",
    "typescript": "~3.8.2"
  }
}
