@ydbjs/query
Version:
High-level, type-safe YQL query and transaction client for YDB. Supports tagged template syntax, parameter binding, transactions, and statistics.
69 lines (68 loc) • 1.66 kB
JSON
{
"name": "@ydbjs/query",
"version": "6.0.1-alpha.32",
"description": "High-level, type-safe YQL query and transaction client for YDB. Supports tagged template syntax, parameter binding, transactions, and statistics.",
"keywords": [
"ydb",
"database",
"query",
"yql",
"transaction",
"typescript"
],
"homepage": "https://github.com/ydb-platform/ydb-js-sdk#readme",
"bugs": {
"url": "https://github.com/ydb-platform/ydb-js-sdk/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ydb-platform/ydb-js-sdk.git",
"directory": "packages/query"
},
"author": "YDB Team <team@ydb.tech> (https://ydb.tech)",
"contributors": [
"Vladislav Polyakov <me@polrk.com>"
],
"license": "Apache-2.0",
"type": "module",
"sideEffects": false,
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": "./dist/index.js"
},
"engines": {
"node": ">=20.19.0",
"npm": ">=10"
},
"engineStrict": true,
"scripts": {
"clean": "rm -rf dist",
"build": "tsc",
"test": "vitest --run",
"attw": "attw --pack --profile esm-only"
},
"dependencies": {
"@bufbuild/protobuf": "2.6.0",
"@ydbjs/api": "6.0.1-alpha.32",
"@ydbjs/core": "6.0.1-alpha.32",
"@ydbjs/debug": "6.0.1-alpha.32",
"@ydbjs/error": "6.0.1-alpha.32",
"@ydbjs/retry": "6.0.1-alpha.32",
"@ydbjs/value": "6.0.1-alpha.32",
"debug": "^4.4.0",
"nice-grpc": "^2.1.12"
},
"devDependencies": {
"@types/debug": "^4.1.12"
},
"peerDependencies": {
"@ydbjs/api": "6.0.1-alpha.32",
"@ydbjs/core": "6.0.1-alpha.32"
},
"publishConfig": {
"tag": "alpha",
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}