/
githubmirror
/
ydb-nodejs-sdk
Обзор
Документация
Войти
/
githubmirror
/
ydb-nodejs-sdk
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
third-parties/langchain/package.json
66 строк
1 KB
github-actions[bot]
Version Packages
01 июн 2026, 18:55
01 июн 2026, 18:55
7118d2d
Код
Авторство
О чём код?
{ "name": "@ydbjs/langchain", "version": "0.1.0", "description": "YDB integration for LangChain.js — VectorStore backed by YDB.", "keywords": [ "database", "langchain", "vector-store", "ydb", "yql" ], "homepage": "https://github.com/ydb-platform/ydb-js-sdk/tree/main/third-parties/langchain#readme", "bugs": { "url": "https://github.com/ydb-platform/ydb-js-sdk/issues" }, "license": "Apache-2.0", "author": "YDB Team <team@ydb.tech> (https://ydb.tech)", "repository": { "type": "git", "url": "git+https://github.com/ydb-platform/ydb-js-sdk.git", "directory": "third-parties/langchain" }, "files": [ "dist", "README.md", "CHANGELOG.md" ], "type": "module", "sideEffects": false, "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "scripts": { "clean": "rm -rf dist", "build": "tsc", "test": "vitest --run", "test:unit": "vitest --run --project uni", "test:int": "vitest --run --project int", "attw": "attw --pack --profile esm-only" }, "dependencies": { "@ydbjs/core": "^6.3.1", "@ydbjs/query": "^6.3.0", "@ydbjs/value": "^6.0.8" }, "peerDependencies": { "@langchain/core": ">=1.0.0 <2.0.0" }, "devDependencies": { "@langchain/core": "^1.1.0" }, "engines": { "node": ">=20.19.0", "npm": ">=10" }, "engineStrict": true }