{ "name": "@mmote/niimbluelib", "version": "0.0.1", "description": "Library for communicating with niimbot printers", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "/dist" ], "author": "MultiMote", "license": "MIT", "private": false, "scripts": { "clean-build": "yarn clean && yarn build", "build": "tsc", "test": "yarn build && node dist/test.js", "clean": "node clean-dist.js" }, "devDependencies": { "@types/node": "^20.14.2", "@types/w3c-web-serial": "^1.0.6", "@types/web-bluetooth": "^0.0.20", "typescript": "^5.4.5" }, "dependencies": { "async-mutex": "^0.5.0", "typescript-event-target": "^1.1.1" } }