{ "name": "agentic-examples-playground", "type": "module", "private": true, "scripts": { "test": "run-s test:*", "test:lint": "eslint .", "test:typecheck": "tsc --noEmit" }, "dependencies": { "@agentic/core": "workspace:*", "@agentic/stdlib": "workspace:*", "restore-cursor": "^5.1.0", "zod": "^3.24.2" }, "devDependencies": { "@agentic/tsconfig": "workspace:*" } }