-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.18 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.18 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "bambu-cli",
"version": "1.0.16",
"description": "Bambulabs CLI for printers",
"keywords": [
"bambu",
"bambulab",
"cli",
"3dprinter",
"3d",
"printer",
"bambu-farm"
],
"bin": {
"bambu-cli": "bin/cli.js"
},
"dependencies": {
"async": "^3.2.5",
"basic-ftp": "^5.0.4",
"chalk": "^4.1.2",
"color-difference": "^0.3.4",
"color-namer": "^1.4.0",
"easy-table": "^1.2.0",
"fast-xml-parser": "^4.3.2",
"jsonpath": "^1.1.1",
"jsonwebtoken": "^9.0.2",
"md5-file": "^5.0.0",
"mqtt": "^5.3.3",
"prettysize": "^2.0.0",
"progress": "^2.0.3",
"readline-sync": "^1.4.10",
"timethat": "^0.0.3",
"unzipper": "^0.10.14",
"xdg-app-paths": "^8.3.0",
"yargs": "^17.7.2"
},
"devDependencies": {
"eslint": "^8.56.0",
"pre-commit": "^1.2.2"
},
"scripts": {
"precommit-msg": "echo 'Pre-commit checks...' && exit 0",
"format": "eslint --fix './bin/*.js' './lib/*.js'",
"test": "npm run format",
"fetch-hms": "node ./bin/fetch-hms.js"
},
"pre-commit": [
"precommit-msg",
"format",
"test"
],
"author": "Dav Glass <davglass@gmail.com>",
"license": "ISC"
}