{ "name": "@furtherverse/utils", "version": "1.0.0", "private": true, "type": "module", "scripts": { "fix": "biome check --write", "typecheck": "tsc --noEmit" }, "imports": { "#*": "./src/*" }, "exports": { ".": "./src/index.ts", "./*": "./src/*.ts" }, "dependencies": { "ohash": "catalog:", "systeminformation": "catalog:" }, "devDependencies": { "@furtherverse/tsconfig": "workspace:*", "typescript": "catalog:" } }