{
  "name": "@bubblelab/bubble-core",
  "version": "0.1.324",
  "type": "module",
  "license": "Apache-2.0",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "scripts",
    "LICENSE.txt"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/bubblelabai/BubbleLab.git",
    "directory": "packages/bubble-core"
  },
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "dependencies": {
    "@aws-sdk/client-s3": "^3.873.0",
    "@aws-sdk/s3-request-presigner": "^3.873.0",
    "@google/generative-ai": "^0.24.1",
    "@langchain/anthropic": "^0.3.32",
    "@langchain/community": "^0.3.53",
    "@langchain/core": "^0.3.66",
    "@langchain/google-genai": "^1.0.3",
    "@langchain/langgraph": "^0.3.10",
    "@langchain/openai": "^0.6.2",
    "@mendable/firecrawl-js": "^4.5.0",
    "@sendsafely/sendsafely": "^3.0.1",
    "@types/pg": "^8.15.4",
    "@typescript-eslint/typescript-estree": "8.46.0",
    "@napi-rs/canvas": "^0.1.68",
    "chart.js": "^4.5.0",
    "pg": "^8.16.3",
    "puppeteer-core": "^24.10.0",
    "resend": "^4.8.0",
    "zod": "^3.24.1",
    "@bubblelab/shared-schemas": "0.1.324"
  },
  "devDependencies": {
    "@types/node": "^20.12.12",
    "@vitest/ui": "^3.2.4",
    "tsx": "^4.20.3",
    "typescript": "^5.8.3",
    "vitest": "^3.2.4",
    "zod-to-json-schema": "^3.24.6"
  },
  "scripts": {
    "build": "tsc && tsx scripts/bubble-bundler.ts && tsx scripts/bubble-metadata-bundler.ts",
    "build:types": "tsc",
    "build:bundle": "tsx scripts/bubble-bundler.ts",
    "build:metadata": "tsx scripts/bubble-metadata-bundler.ts",
    "dev": "tsc --watch",
    "typecheck": "tsc --noEmit",
    "test": "vitest run --exclude='**/*.integration.{test,spec}.ts'",
    "test:coverage": "vitest run --coverage --exclude='**/*.integration.{test,spec}.ts'",
    "test:integration": "vitest run --run 'src/**/*.integration.{test,spec}.ts'",
    "test:all": "vitest run",
    "test:all:coverage": "vitest run --coverage",
    "test:watch": "vitest",
    "lint": "eslint . --ext .ts,.tsx"
  }
}