@hiv3d/bambu-types
Version:
TypeScript types and utilities for Bambu Lab 3D printers including error codes, commands, and API types
56 lines (54 loc) • 1.33 kB
JSON
{
"name": "@hiv3d/bambu-types",
"version": "1.5.11",
"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 && npm run copy-profiles",
"copy-profiles": "node scripts/copy-profiles.js",
"generate:filament-mappings": "tsx scripts/generateFilamentMappings.ts",
"clean": "rm -rf dist",
"typecheck": "tsc --noEmit",
"lint": "eslint src/**/*.ts*",
"test": "jest",
"test:watch": "jest --watch",
"commit": "cz"
},
"dependencies": {
"deepmerge": "^4.3.1",
"tsup": "^8.4.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@hiv3d/eslint-config": "*",
"@types/jest": "^30.0.0",
"@types/node": "^24.9.1",
"eslint": "^9.38.0",
"tsx": "^4.20.6",
"jest": "^30.2.0",
"ts-jest": "^29.4.5",
"typescript": "^5.9.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"
}