{
  "name": "@vn-sdk/react-core",
  "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": false,
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "types": "./dist/index.d.ts",
  "license": "MIT",
  "peerDependencies": {
    "react": "^18 || ^19 || ^19.0.0-rc",
    "react-dom": "^18 || ^19 || ^19.0.0-rc"
  },
  "devDependencies": {
    "@testing-library/react": "^16.3.0",
    "@testing-library/react-hooks": "^8.0.1",
    "@types/jest": "^29.5.4",
    "@types/react": "^18.2.5",
    "@types/react-dom": "^18.2.4",
    "eslint": "^8.56.0",
    "jest": "^29.6.4",
    "jest-environment-jsdom": "^30.0.2",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "ts-jest": "^29.1.1",
    "tsup": "^6.7.0",
    "typescript": "^5.2.3",
    "eslint-config-custom": "0.0.1",
    "tsconfig": "0.0.1"
  },
  "dependencies": {
    "@scarf/scarf": "^1.3.0",
    "react-markdown": "^8.0.7",
    "untruncate-json": "^0.0.1",
    "@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",
    "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"
  }
}