UNPKG

@hiv3d/bambu-types

Version:

TypeScript types and utilities for Bambu Lab 3D printers including error codes, commands, and API types

44 lines (43 loc) 931 B
{ "name": "@hiv3d/bambu-types", "version": "1.4.23", "private": false, "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "files": [ "dist/**" ], "scripts": { "build": "tsup", "clean": "rm -rf dist", "typecheck": "tsc --noEmit", "lint": "eslint src/**/*.ts*", "commit": "cz" }, "dependencies": { "tsup": "^8.4.0", "zod": "^3.22.4" }, "devDependencies": { "@types/node": "^22.13.10", "typescript": "^5.3.3" }, "publishConfig": { "access": "public" }, "keywords": [ "bambu" ], "author": "Jerrod Bunce", "license": "MIT", "description": "TypeScript types and utilities for Bambu Lab 3D printers including error codes, commands, and API types" }