{
  "name": "@adobe/data-ai",
  "version": "0.10.19",
  "description": "Cross-agent architecture skills for @adobe/data — installable as a Claude Code plugin or copied into any Agent-Skills-compatible agent (Cursor, Codex).",
  "type": "module",
  "private": false,
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "bin": {
    "data-ai": "bin/cli.mjs"
  },
  "files": [
    "skills",
    ".claude",
    "bin",
    ".claude-plugin",
    "README.md",
    "LICENSE"
  ],
  "keywords": [
    "adobe",
    "data",
    "agent-skills",
    "claude-code",
    "cursor",
    "codex",
    "skills"
  ],
  "peerDependencies": {
    "@adobe/data": "0.10.19"
  },
  "devDependencies": {
    "typescript": "^5.8.3",
    "vitest": "^1.6.0",
    "@adobe/data": "0.10.19"
  },
  "license": "MIT",
  "scripts": {
    "build": "cp ../../LICENSE .",
    "typecheck": "true",
    "test": "vitest --run --passWithNoTests"
  }
}