forked from bitfocus/companion-module-generic-snmp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 881 Bytes
/
package.json
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
32
33
34
35
{
"name": "generic-snmp",
"version": "1.0.2",
"description": "A generic SNMP module for Companion",
"manufacturer": "Generic",
"product": "SNMP Requests",
"keywords": [
"Protocol",
"Generic"
],
"shortname": "snmp",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prettier": "prettier",
"eslint": "eslint",
"semantic-release": "semantic-release"
},
"dependencies": {
"net-snmp": "^3.5.7"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"eslint": "^8.1.0",
"prettier": "^2.4.1",
"semantic-release": "^18.0.0"
},
"author": "Johnny Estilles <johnny@estilles.com>",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/bitfocus/companion-module-generic-snmp.git"
}
}