{ "workspace": [ "./packages/web", "./packages/core", "./packages/transport-deno", "./packages/transport-http", "./packages/transport-web-bluetooth", "./packages/transport-web-serial" ], "imports": { "@bufbuild/protobuf": "npm:@bufbuild/protobuf@^2.2.3", "@meshtastic/protobufs": "jsr:@meshtastic/protobufs@^2.7.0", "@types/node": "npm:@types/node@^22.13.10", "ste-simple-events": "npm:ste-simple-events@^3.0.11", "tslog": "npm:tslog@^4.9.3" }, "nodeModulesDir": "auto", "lint": { "exclude": [ "*routeTree.gen.ts", "*.test.ts", "*.test.tsx" ], "report": "pretty" }, "fmt": { "exclude": [ "*routeTree.gen.ts", "*.test.ts", "*.test.tsx" ] }, "unstable": [ "sloppy-imports" ] }