{
  "name": "@freesail/standard-catalog",
  "version": "0.9.5",
  "description": "Standard UI Component Catalog for Freesail A2UI SDK - provides a collection of commonly used UI components to build agent-driven UIs.",
  "homepage": "https://www.freesail.ai",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./utils": {
      "types": "./dist/utils.d.ts",
      "import": "./dist/utils.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "src/schemas",
    "LICENSE",
    "3rdpartylicenses.txt",
    "README.md"
  ],
  "scripts": {
    "prepare:catalog": "freesail prepare catalog",
    "build": "tsc",
    "postbuild": "cp src/freesailconfig.json dist/ && cp src/standard-catalog.json dist/",
    "dev": "tsc --watch",
    "clean": "rm -rf dist *.tsbuildinfo",
    "test": "vitest run",
    "test:watch": "vitest",
    "prebuild": "vitest run && freesail prepare catalog && freesail validate catalog"
  },
  "keywords": [
    "a2ui",
    "freesail",
    "agent-driven ui",
    "generative ui",
    "ai agent"
  ],
  "peerDependencies": {
    "@freesail/react": "^0.9.5",
    "react": "^18.0.0 || ^19.0.0"
  },
  "devDependencies": {
    "@freesail/react": "^0.9.5",
    "@types/react": "^18.2.0",
    "react": "^18.2.0",
    "vitest": "^4.0.18"
  },
  "dependencies": {
    "@radix-ui/react-checkbox": "^1.3.3",
    "@radix-ui/react-dialog": "^1.1.15",
    "@radix-ui/react-popover": "^1.1.15",
    "@radix-ui/react-radio-group": "^1.3.8",
    "@radix-ui/react-select": "^2.2.6",
    "@radix-ui/react-slider": "^1.3.6",
    "@radix-ui/react-tabs": "^1.1.13",
    "react-day-picker": "^9.14.0",
    "react-markdown": "^10.1.0"
  },
  "author": {
    "name": "Thendral AI Ltd",
    "email": "support@thendral.ai",
    "url": "https://www.thendral.ai"
  },
  "contributors": [
    "Shanmugam Sudalaimuthu"
  ],
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  }
}
