{ "name": "@affine-tools/utils", "version": "0.20.0", "type": "module", "private": true, "exports": { "./path": "./src/path.ts", "./workspace": "./src/workspace.ts", "./process": "./src/process.ts", "./logger": "./src/logger.ts", "./build-config": "./src/build-config.ts", "./distribution": "./src/distribution.ts" }, "dependencies": { "@types/lodash-es": "^4.17.12", "@types/node": "^22.0.0", "chalk": "^5.3.0", "lodash-es": "^4.17.21", "typescript": "^5.5.4" } }