{
  "name": "@robota-sdk/core",
  "version": "2.0.3",
  "description": "⚠️ DEPRECATED: This package has been deprecated. Please use @robota-sdk/agents instead.",
  "type": "module",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/woojubb/robota.git",
    "directory": "packages/core"
  },
  "homepage": "https://robota.io/",
  "bugs": {
    "url": "https://github.com/woojubb/robota/issues"
  },
  "files": [
    "dist",
    "README.md",
    "CHANGELOG.md"
  ],
  "keywords": [
    "deprecated",
    "ai",
    "agent",
    "core",
    "robota",
    "sdk"
  ],
  "author": "Robota SDK Team",
  "license": "MIT",
  "engines": {
    "node": ">=18.0.0"
  },
  "deprecated": "This package has been deprecated. Please use @robota-sdk/agents instead.",
  "devDependencies": {
    "rimraf": "^5.0.5",
    "tsup": "^8.0.1",
    "typescript": "^5.3.3"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "build": "tsup",
    "clean": "rimraf dist && rimraf tsconfig.tsbuildinfo",
    "typecheck": "tsc --noEmit",
    "test": "echo \"Package deprecated - no tests to run\""
  }
}