{
  "name": "freesail",
  "version": "0.9.4",
  "description": "CLI and core libraries for Freesail - an open-source A2UI SDK",
  "homepage": "https://www.freesail.ai",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    }
  },
  "bin": {
    "freesail": "./dist/cli.js"
  },
  "files": [
    "dist",
    "docs",
    "LICENSE",
    "README.md"
  ],
  "scripts": {
    "build": "tsup",
    "build:cli": "tsup --config tsup.cli.config.ts"
  },
  "devDependencies": {
    "tsup": "^8.0.0"
  },
  "dependencies": {
    "@freesail/core": "^0.9.4",
    "@freesail/gateway": "^0.9.4",
    "@freesail/react": "^0.9.4",
    "ajv": "^8.12.0",
    "ajv-formats": "^3.0.1"
  },
  "peerDependencies": {
    "react": ">=18",
    "react-dom": ">=18"
  },
  "peerDependenciesMeta": {
    "react": {
      "optional": true
    },
    "react-dom": {
      "optional": true
    }
  },
  "keywords": [
    "a2ui",
    "freesail",
    "agent-driven ui",
    "generative ui",
    "ai agent"
  ],
  "author": {
    "name": "Thendral AI Ltd",
    "email": "support@thendral.ai",
    "url": "https://www.thendral.ai"
  },
  "contributors": [
    "Shanmugam Sudalaimuthu"
  ],
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  }
}
