UNPKG

@ionic/discover

Version:

Simple UDP based protocol for service discovery implemented in pure JS.

50 lines (49 loc) 1.24 kB
{ "name": "@ionic/discover", "version": "3.1.8", "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": "true", "build": "npm run clean && tsc", "watch": "tsc -w --preserveWatchOutput", "test": "jest --maxWorkers=4", "prepublishOnly": "npm run build" }, "dependencies": { "debug": "^4.0.0", "netmask": "^2.0.2", "tslib": "^2.0.1", "ws": "^7.0.0" }, "devDependencies": { "@types/debug": "^4.1.1", "@types/jest": "^26.0.10", "@types/netmask": "^2.0.5", "@types/node": "~16.0.0", "@types/ws": "^7.2.0", "jest": "^26.4.2", "jest-cli": "^26.0.1", "lint-staged": "^10.0.2", "rimraf": "^3.0.0", "ts-jest": "~26.3.0", "typescript": "~4.8.0" } }