-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 922 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
{
"name": "karmen-octoprint-connector",
"version": "1.0.0",
"description": "Connect your OctoPrint box to Karmen cloud service",
"bin": "./octoprint-connector.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "prettier --write \"octoprint-connector.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/fragaria/karmen-octoprint-connector.git"
},
"keywords": [
"karmen",
"3dprint",
"octoprint",
"connector"
],
"author": "Fragaria s.r.o.",
"license": "AGPL-3.0-only",
"bugs": {
"url": "https://github.com/fragaria/karmen-octoprint-connector/issues"
},
"homepage": "https://github.com/fragaria/karmen-octoprint-connector#readme",
"dependencies": {
"chalk": "^4.0.0",
"commander": "^5.1.0",
"cuid": "^2.1.8",
"karmen_ws": "github:fragaria/websocket-proxy#v0.16",
"signale": "^1.4.0"
}
}