|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 13 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
1.5 KB
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | "name": "bonjour-service",
|
|---|
| 3 | "version": "1.3.0",
|
|---|
| 4 | "description": "A Bonjour/Zeroconf implementation in TypeScript",
|
|---|
| 5 | "main": "./dist/index.js",
|
|---|
| 6 | "types": "./dist/index.d.ts",
|
|---|
| 7 | "dependencies": {
|
|---|
| 8 | "fast-deep-equal": "^3.1.3",
|
|---|
| 9 | "multicast-dns": "^7.2.5"
|
|---|
| 10 | },
|
|---|
| 11 | "devDependencies": {
|
|---|
| 12 | "@types/node": "^22.9.0",
|
|---|
| 13 | "@typescript-eslint/eslint-plugin": "^5.62.0",
|
|---|
| 14 | "@typescript-eslint/parser": "^5.62.0",
|
|---|
| 15 | "after-all": "^2.0.2",
|
|---|
| 16 | "eslint": "^8.57.1",
|
|---|
| 17 | "standard": "^17.1.2",
|
|---|
| 18 | "tape": "^5.9.0",
|
|---|
| 19 | "ts-node-dev": "^2.0.0",
|
|---|
| 20 | "typescript": "^5.6.3"
|
|---|
| 21 | },
|
|---|
| 22 | "scripts": {
|
|---|
| 23 | "test": "standard --fix && tape test/*.js",
|
|---|
| 24 | "build": "tsc --removeComments true",
|
|---|
| 25 | "dev": "ts-node-dev --respawn --transpile-only ./src/index.ts",
|
|---|
| 26 | "example:simple": "node examples/simple"
|
|---|
| 27 | },
|
|---|
| 28 | "repository": {
|
|---|
| 29 | "type": "git",
|
|---|
| 30 | "url": "https://github.com/onlxltd/bonjour-service.git"
|
|---|
| 31 | },
|
|---|
| 32 | "keywords": [
|
|---|
| 33 | "bonjour",
|
|---|
| 34 | "zeroconf",
|
|---|
| 35 | "zero",
|
|---|
| 36 | "configuration",
|
|---|
| 37 | "mdns",
|
|---|
| 38 | "dns",
|
|---|
| 39 | "service",
|
|---|
| 40 | "discovery",
|
|---|
| 41 | "multicast",
|
|---|
| 42 | "broadcast",
|
|---|
| 43 | "dns-sd"
|
|---|
| 44 | ],
|
|---|
| 45 | "author": "ON LX Lited <team@onlx.ltd> (https://onlx.ltd)",
|
|---|
| 46 | "license": "MIT",
|
|---|
| 47 | "bugs": {
|
|---|
| 48 | "url": "https://github.com/onlxltd/bonjour-service/issues"
|
|---|
| 49 | },
|
|---|
| 50 | "homepage": "https://github.com/onlxltd/bonjour-service",
|
|---|
| 51 | "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
|---|
| 52 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.