-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 795 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 795 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
32
33
{
"name": "@deadlock-delegate/mqtt",
"version": "1.0.6",
"description": "MQTT plugin for core",
"author": "deadlock",
"license": "MIT",
"keywords": [
"blockchain",
"ark",
"solar",
"mqtt",
"broadcaster"
],
"main": "dist/service-provider.js",
"repository": {
"type": "git",
"url": "git+https://github.com/deadlock-delegate/mqtt.git"
},
"bugs": {
"url": "https://github.com/deadlock-delegate/mqtt/issues"
},
"homepage": "https://github.com/deadlock-delegate/mqtt",
"scripts": {
"compile": "../../node_modules/typescript/bin/tsc",
"build": "yarn clean && yarn compile",
"clean": "del dist"
},
"devDependencies": {},
"dependencies": {
"@arkecosystem/core-kernel": "^3.2.0 || ^4.0.0-next.9",
"mqtt": "^4.3.7"
}
}