@hiv3d/bambu-node
Version:
A node.js library for connecting to and receiving data from Bambu Lab printers through their MQTT servers.
53 lines (52 loc) • 1.2 kB
JSON
{
"name": "@hiv3d/bambu-node",
"version": "3.22.32",
"description": "A node.js library for connecting to and receiving data from Bambu Lab printers through their MQTT servers.",
"main": "./dist/index.js",
"private": false,
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/ascension/bambu-node.git"
},
"bugs": {
"url": "https://github.com/ascension/bambu-node/issues"
},
"homepage": "https://github.com/ascension/bambu-node#readme",
"keywords": [
"bambu",
"bambulab",
"typescript",
"types",
"client"
],
"scripts": {
"dev": "tsx watch --enable-source-maps src/index.ts",
"dev:bundle": "tsup --watch",
"build": "tsup",
"format": "prettier --write .",
"test": "jest"
},
"author": "Jerrod Bunce",
"license": "MIT",
"devDependencies": {
"@swc/core": "^1.4.2",
"@types/jest": "^29.5.14",
"@types/node": "^20.10.6",
"jest": "^29.7.0",
"prettier": "^3.1.1",
"ts-jest": "^29.1.1",
"tsx": "^4.7.0",
"typescript": "^5.3.3"
},
"dependencies": {
"@paralleldrive/cuid2": "^2.2.2",
"eventemitter3": "^5.0.1",
"mqtt": "^5.3.4"
}
}