UNPKG

@ydbjs/core

Version:

Core driver for YDB: manages connections, endpoint discovery, authentication, and service client creation. Foundation for all YDB client operations.

69 lines (68 loc) 1.56 kB
{ "name": "@ydbjs/core", "version": "6.3.1", "description": "Core driver for YDB: manages connections, endpoint discovery, authentication, and service client creation. Foundation for all YDB client operations.", "keywords": [ "core", "database", "driver", "grpc", "typescript", "ydb" ], "homepage": "https://github.com/ydb-platform/ydb-js-sdk#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)", "contributors": [ "Vladislav Polyakov <me@polrk.com>" ], "repository": { "type": "git", "url": "git+https://github.com/ydb-platform/ydb-js-sdk.git", "directory": "packages/core" }, "files": [ "dist", "README.md", "CHANGELOG.md" ], "type": "module", "sideEffects": false, "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": "./dist/index.js" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "scripts": { "clean": "rm -rf dist", "build": "tsc", "test": "vitest --run", "attw": "attw --pack --profile esm-only" }, "dependencies": { "@bufbuild/protobuf": "2.12.0", "@grpc/grpc-js": "^1.14.0", "@ydbjs/abortable": "^6.1.0", "@ydbjs/api": "^6.0.7", "@ydbjs/auth": "^6.3.1", "@ydbjs/debug": "^6.0.0", "@ydbjs/error": "^6.0.6", "@ydbjs/retry": "^6.3.0", "nice-grpc": "^2.1.13" }, "devDependencies": { "@types/debug": "^4.1.12" }, "engines": { "node": ">=20.19.0", "npm": ">=10" }, "engineStrict": true }