{ "name": "@great-agent/local-files", "version": "0.1.0", "type": "module", "exports": { ".": "./src/index.ts" }, "scripts": { "typecheck": "tsc --noEmit" }, "dependencies": { "@great-agent/agent-core": "workspace:*" } }