agent-orchestrator/packages/shared/package.json

33 lines
754 B
JSON

{
"name": "@agent-orchestrator/shared",
"version": "0.0.0",
"private": true,
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsc",
"typecheck": "tsc --noEmit",
"test": "jest"
},
"dependencies": {
"@tanstack/react-query": "^5.0.0",
"eventsource": "^2.0.0",
"zustand": "^4.0.0"
},
"devDependencies": {
"@jest/globals": "^30.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^14.3.1",
"@types/jest": "^29.0.0",
"@types/react": "^18.0.0",
"jest": "^29.0.0",
"jest-environment-jsdom": "^30.4.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.0.0"
},
"peerDependencies": {
"react": "^18.0.0"
}
}