{
  "name": "@cymfg/kw-langchainjs",
  "version": "0.0.4",
  "engines": {
    "node": ">=18"
  },
  "workspaces": [
    "langchain",
    "examples",
    "docs",
    "test-exports-esbuild",
    "test-exports-esm",
    "test-exports-cjs",
    "test-exports-cf",
    "test-exports-cra",
    "test-exports-vercel",
    "test-exports-vite"
  ],
  "repository": {
    "type": "git"
  },
  "packageManager": "yarn@3.4.1",
  "scripts": {
    "ci": "turbo run ci",
    "build": "turbo run build",
    "format": "turbo run format",
    "format:check": "turbo run format:check",
    "lint": "turbo run lint",
    "lint:fix": "yarn lint -- --fix",
    "test": "turbo run test test:integration && yarn test:exports:docker",
    "test:unit": "turbo run test",
    "test:int": "turbo run test:integration",
    "test:exports:docker": "docker compose up",
    "publish": "bash scripts/release-branch.sh && turbo run build lint test test:integration && yarn run test:exports:docker && yarn workspace langchain run release && echo '🔗 Open https://github.com/hwchase17/langchainjs/compare/release?expand=1 and merge the release PR'",
    "example": "yarn workspace examples start",
    "prepare": "husky install",
    "precommit": "turbo run precommit",
    "docs": "yarn workspace docs start"
  },
  "author": "LangChain",
  "license": "MIT",
  "devDependencies": {
    "@tsconfig/recommended": "^1.0.2",
    "dotenv": "^16.0.3",
    "husky": "^8.0.3",
    "lint-staged": "^13.1.1",
    "prettier": "^2.8.3",
    "typescript": "^5.0.0"
  },
  "dependencies": {
    "turbo": "latest"
  },
  "resolutions": {
    "dpdm@^3.12.0": "patch:dpdm@npm%3A3.12.0#./.yarn/patches/dpdm-npm-3.12.0-0dfdd8e3b8.patch",
    "typedoc-plugin-markdown@next": "patch:typedoc-plugin-markdown@npm%3A4.0.0-next.6#./.yarn/patches/typedoc-plugin-markdown-npm-4.0.0-next.6-96b4b47746.patch"
  },
  "lint-staged": {
    "**/*.{ts,tsx}": [
      "prettier --write --ignore-unknown",
      "eslint --cache --fix"
    ],
    "*.md": "prettier --write"
  }
}
