-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 848 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
{
"name": "zeebe-cloud-canary",
"version": "1.1.4",
"description": "A Zeebe worker that monitors the aliveness connection with the Zeebe cluster",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "tsc",
"compile": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jwulf/zeebe-cloud-canary.git"
},
"keywords": [
"Zeebe",
"canary",
"worker"
],
"author": "Josh Wulf <josh@magikcraft.io>",
"license": "ISC",
"bugs": {
"url": "https://github.com/jwulf/zeebe-cloud-canary/issues"
},
"homepage": "https://github.com/jwulf/zeebe-cloud-canary#readme",
"devDependencies": {
"typescript": "^3.7.0"
},
"dependencies": {
"axios": "^0.19.0",
"micromustache": "^6.1.1",
"zeebe-node": "^0.21.2"
}
}