Skip to content

Commit 74ff888

Browse files
committed
going public
1 parent 411a26c commit 74ff888

1 file changed

Lines changed: 28 additions & 25 deletions

File tree

package.json

Lines changed: 28 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
{
2-
"private": true,
3-
"displayName": "Homebridge Gira Homeserver URL-Endpoint",
42
"name": "homebridge-hsd",
3+
"displayName": "Homebridge Gira Homeserver URL-Endpoint",
54
"version": "1.1.0",
65
"description": "Plugin to access KNX bus via Gira Homeserver",
76
"license": "MIT",
8-
"repository": {
9-
"type": "git",
10-
"url": "https://github.com/En3rGy/homebridge-hsd.git"
11-
},
12-
"bugs": {
13-
"url": "https://github.com/En3rGy/homebridge-hsd/issues"
14-
},
7+
"keywords": [
8+
"homebridge-plugin",
9+
"KNX",
10+
"Gira Homeserver"
11+
],
12+
"author": {
13+
"name": "En3rGy",
14+
"url": "https://github.com/En3rGy"
15+
},
1516
"funding": [
1617
{
1718
"type": "github",
@@ -22,22 +23,24 @@
2223
"url": "https://www.buymeacoffee.com/en3rgy"
2324
}
2425
],
26+
"repository": {
27+
"type": "git",
28+
"url": "https://github.com/En3rGy/homebridge-hsd.git"
29+
},
30+
"bugs": {
31+
"url": "https://github.com/En3rGy/homebridge-hsd/issues"
32+
},
33+
"main": "dist/index.js",
2534
"engines": {
2635
"node": ">=18.17.0",
2736
"homebridge": ">=1.6.0"
2837
},
29-
"main": "dist/index.js",
30-
"scripts": {
31-
"lint": "eslint src/**.ts --max-warnings=0",
32-
"watch": "npm run build && npm link && nodemon",
33-
"build": "rimraf ./dist && tsc",
34-
"prepublishOnly": "npm run lint && npm run build"
38+
"dependencies": {
39+
"build": "^0.1.4",
40+
"jasmine": "^5.1.0",
41+
"run": "^1.4.0",
42+
"ws": "^8.14.2"
3543
},
36-
"keywords": [
37-
"homebridge-plugin",
38-
"KNX",
39-
"Gira Homeserver"
40-
],
4144
"devDependencies": {
4245
"@types/jest": "^29.5.6",
4346
"@types/node": "^18.16.20",
@@ -50,10 +53,10 @@
5053
"ts-node": "^10.9.1",
5154
"typescript": "^4.9.5"
5255
},
53-
"dependencies": {
54-
"build": "^0.1.4",
55-
"jasmine": "^5.1.0",
56-
"run": "^1.4.0",
57-
"ws": "^8.14.2"
56+
"scripts": {
57+
"lint": "eslint src/**.ts --max-warnings=0",
58+
"watch": "npm run build && npm link && nodemon",
59+
"build": "rimraf ./dist && tsc",
60+
"prepublishOnly": "npm run lint && npm run build"
5861
}
5962
}

0 commit comments

Comments
 (0)