mirror of
https://github.com/langchain-ai/deepagentsjs.git
synced 2026-07-22 20:36:09 -04:00
7f91c53506
Bumps the major-deps-updates-main group with 2 updates: [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) and [eslint](https://github.com/eslint/eslint). Updates `@eslint/js` from 9.39.2 to 10.0.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/commits/HEAD/packages/js) Updates `eslint` from 9.39.2 to 10.0.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/compare/v9.39.2...v10.0.0) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 10.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: major-deps-updates-main - dependency-name: eslint dependency-version: 10.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: major-deps-updates-main ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
60 lines
2.1 KiB
JSON
60 lines
2.1 KiB
JSON
{
|
|
"name": "deepagentsjs-monorepo",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "Deep Agents - a library for building controllable AI agents with LangGraph",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "pnpm --filter \"./libs/*\" --filter \"./libs/providers/*\" build",
|
|
"clean": "pnpm --filter \"./libs/*\" clean",
|
|
"typecheck": "pnpm --filter \"./libs/*\" typecheck",
|
|
"lint": "eslint libs examples",
|
|
"lint:fix": "eslint libs examples --fix",
|
|
"format": "prettier --write \"libs/**/*.{ts,js,json,md}\" \"examples/**/*.{ts,js,json,md}\"",
|
|
"format:check": "prettier --check \"libs/**/*.{ts,js,json,md}\" \"examples/**/*.{ts,js,json,md}\"",
|
|
"test": "pnpm format:check && pnpm lint && pnpm --filter \"./libs/*\" test",
|
|
"test:unit": "pnpm --filter \"./libs/*\" test:unit",
|
|
"test:int": "pnpm --filter \"./libs/*\" --filter \"./libs/providers/*\" test:int",
|
|
"test:watch": "pnpm --filter \"./libs/*\" test:watch",
|
|
"test:coverage": "pnpm --filter \"./libs/*\" test:coverage",
|
|
"changeset:version": "changeset version",
|
|
"release": "pnpm build && changeset publish"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/langchain-ai/deepagentsjs.git"
|
|
},
|
|
"keywords": [
|
|
"ai",
|
|
"agents",
|
|
"langgraph",
|
|
"langchain",
|
|
"typescript",
|
|
"llm"
|
|
],
|
|
"author": "LangChain",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/langchain-ai/deepagentsjs/issues"
|
|
},
|
|
"homepage": "https://github.com/langchain-ai/deepagentsjs#readme",
|
|
"devDependencies": {
|
|
"@changesets/changelog-github": "^0.5.2",
|
|
"@changesets/cli": "^2.29.8",
|
|
"@eslint/eslintrc": "^3.3.3",
|
|
"@eslint/js": "^10.0.1",
|
|
"@tsconfig/recommended": "^1.0.13",
|
|
"eslint": "^10.0.0",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-import": "^2.32.0",
|
|
"eslint-plugin-no-instanceof": "^1.0.1",
|
|
"eslint-plugin-prettier": "^5.5.4",
|
|
"globals": "^17.0.0",
|
|
"jiti": "^2.4.2",
|
|
"prettier": "^3.7.4",
|
|
"tsx": "^4.21.0",
|
|
"typescript": "^5.9.3",
|
|
"typescript-eslint": "^8.52.0"
|
|
},
|
|
"packageManager": "pnpm@10.27.0"
|
|
} |