{
  "name": "@knowlearning/agents",
  "version": "0.9.190",
  "description": "API for embedding applications in KnowLearning systems.",
  "main": "node.js",
  "browser": "browser.js",
  "type": "module",
  "types": "types.d.ts",
  "directories": {
    "example": "examples",
    "test": "test"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/knowlearning/platform.git"
  },
  "author": "KnowLearning",
  "license": "MPL-2.0",
  "bugs": {
    "url": "https://github.com/knowlearning/platform/issues"
  },
  "homepage": "https://github.com/knowlearning/platform#readme",
  "dependencies": {
    "@knowlearning/patch-proxy": "^1.3.5",
    "fast-json-patch": "^3.1.1",
    "socket.io-client": "^4.8.1",
    "uuid": "^8.3.2"
  },
  "devDependencies": {
    "vite": "^6.2.1"
  }
}