UNPKG

1.35 kBJSONView Raw
1{
2 "name": "@ionic/discover",
3 "version": "3.1.2",
4 "description": "Simple UDP based protocol for service discovery implemented in pure JS.",
5 "main": "dist/index.js",
6 "types": "dist/index.d.ts",
7 "homepage": "https://ionicframework.com/",
8 "author": "Ionic Team <hi@ionic.io> (https://ionic.io)",
9 "license": "MIT",
10 "files": [
11 "dist/",
12 "LICENSE",
13 "README.md"
14 ],
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/ionic-team/ionic-cli.git"
18 },
19 "bugs": {
20 "url": "https://github.com/ionic-team/ionic-cli/issues"
21 },
22 "scripts": {
23 "clean": "rimraf dist",
24 "lint": "tslint --project tsconfig.json",
25 "build": "npm run clean && tsc",
26 "watch": "tsc -w --preserveWatchOutput",
27 "test": "jest --maxWorkers=4",
28 "prepublishOnly": "npm run build"
29 },
30 "dependencies": {
31 "debug": "^4.0.0",
32 "netmask": "^1.0.6",
33 "tslib": "^1.9.0",
34 "ws": "^7.0.0"
35 },
36 "devDependencies": {
37 "@types/debug": "^4.1.1",
38 "@types/jest": "^25.1.0",
39 "@types/netmask": "^1.0.30",
40 "@types/node": "~10.17.13",
41 "@types/ws": "^7.2.0",
42 "jest": "^25.1.0",
43 "jest-cli": "^26.0.1",
44 "lint-staged": "^10.0.2",
45 "rimraf": "^3.0.0",
46 "ts-jest": "~25.4.0",
47 "tslint": "^5.9.1",
48 "typescript": "~3.8.2"
49 },
50 "gitHead": "84ae81b992612e3054056b7db0f7382b3f54256f"
51}