{
  "name": "@vn-sdk/react-textarea",
  "private": false,
  "homepage": "https://vn.ai",
  "repository": {
    "type": "git",
    "url": "https://github.com/arcoslabs/vn-sdk.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "version": "0.0.2-next.0",
  "sideEffects": [
    "**/*.css"
  ],
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./styles.css": "./dist/index.css"
  },
  "types": "./dist/index.d.ts",
  "license": "MIT",
  "peerDependencies": {
    "react": "^18 || ^19 || ^19.0.0-rc",
    "react-dom": "^18 || ^19 || ^19.0.0-rc"
  },
  "devDependencies": {
    "@types/jest": "^29.5.4",
    "@types/lodash.merge": "^4.6.7",
    "@types/react": "^18.2.5",
    "@types/react-dom": "^18.2.4",
    "@types/react-syntax-highlighter": "^15.5.7",
    "eslint": "^8.56.0",
    "jest": "^29.6.4",
    "postcss": "^8.4.20",
    "postcss-prefix-selector": "^1.16.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "tailwindcss": "^3.3.0",
    "ts-jest": "^29.1.1",
    "tsup": "^6.7.0",
    "typescript": "^5.2.3",
    "eslint-config-custom": "0.0.1",
    "tailwind-config": "0.0.1",
    "tsconfig": "0.0.1"
  },
  "dependencies": {
    "@emotion/css": "^11.11.2",
    "@emotion/react": "^11.11.1",
    "@emotion/styled": "^11.11.0",
    "@mui/material": "^5.14.11",
    "@radix-ui/react-dialog": "^1.1.1",
    "@radix-ui/react-label": "^2.0.2",
    "@radix-ui/react-separator": "^1.0.3",
    "@radix-ui/react-slot": "^1.0.2",
    "class-variance-authority": "^0.6.1",
    "clsx": "^1.2.1",
    "cmdk": "^0.2.0",
    "lodash.merge": "^4.6.2",
    "lucide-react": "^0.274.0",
    "material-icons": "^1.13.10",
    "slate": "^0.94.1",
    "slate-history": "^0.93.0",
    "slate-react": "^0.98.1",
    "tailwind-merge": "^1.13.2",
    "@vn-sdk/react-core": "0.0.2-next.0",
    "@vn-sdk/runtime-client-gql": "0.0.2-next.0",
    "@vn-sdk/shared": "0.0.2-next.0"
  },
  "keywords": [
    "vn-sdk",
    "vn-ai",
    "human-ai-interaction",
    "react",
    "nextjs",
    "nodejs",
    "ai",
    "assistant",
    "javascript",
    "automation",
    "textarea"
  ],
  "scripts": {
    "build": "tsup --clean",
    "dev": "tsup --watch --no-splitting",
    "test": "jest",
    "check-types": "tsc --noEmit",
    "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist && rm -rf .next",
    "link:global": "pnpm link --global",
    "unlink:global": "pnpm unlink --global"
  }
}