{
	"name": "@ydbjs/auth",
	"version": "6.3.1",
	"description": "Authentication providers for YDB: static credentials, tokens, anonymous, and cloud metadata. Integrates with the core driver for secure access.",
	"keywords": [
		"auth",
		"authentication",
		"database",
		"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/auth"
	},
	"files": [
		"dist",
		"README.md",
		"CHANGELOG.md"
	],
	"type": "module",
	"sideEffects": false,
	"main": "dist/index.js",
	"types": "dist/index.d.ts",
	"exports": {
		".": "./dist/index.js",
		"./access-token": "./dist/access-token.js",
		"./anonymous": "./dist/anonymous.js",
		"./metadata": "./dist/metadata.js",
		"./static": "./dist/static.js",
		"./environ": "./dist/environ.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/api": "^6.0.7",
		"@ydbjs/abortable": "^6.1.0",
		"@ydbjs/debug": "^6.0.0",
		"@ydbjs/error": "^6.0.6",
		"@ydbjs/retry": "^6.3.0",
		"nice-grpc": "^2.1.13"
	},
	"engines": {
		"node": ">=20.19.0",
		"npm": ">=10"
	},
	"engineStrict": true
}
