-
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 668 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 668 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "traefik-avahi-helper",
"version": "1.1.0",
"description": "",
"main": "index.js",
"dependencies": {
"dockerode": "^4.0.9",
"nodemon": "^3.1.11"
},
"scripts": {
"start": "node index.js",
"lint": "eslint -c eslint.config.mjs",
"lint:fix": "eslint -c eslint.config.mjs --fix",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"traefik",
"avahi"
],
"author": "hardillb@gmail.com",
"license": "Apache-2.0",
"devDependencies": {
"@eslint/js": "^9.39.2",
"eslint": "^9.39.2",
"globals": "^16.5.0",
"neostandard": "^0.12.2"
},
"engines": {
"node": ">=20"
}
}