package.json 350 B

1234567891011121314151617
  1. {
  2. "name": "ekko-agent",
  3. "version": "0.1.0",
  4. "private": true,
  5. "type": "commonjs",
  6. "description": "Ekko Agent package scaffold for Hermes Web UI.",
  7. "main": "src/index.ts",
  8. "exports": {
  9. ".": "./src/index.ts"
  10. },
  11. "scripts": {
  12. "check": "tsc --noEmit -p tsconfig.json"
  13. },
  14. "dependencies": {
  15. "agent-browser": "^0.26.0"
  16. }
  17. }
粤ICP备19079148号