@cnlabs/ll-yandex-db-test-helpers
Version:
Library to work with Yandex Database in GitLab ci/cd pipelines
24 lines (23 loc) • 546 B
JSON
{
"name": "@cnlabs/ll-yandex-db-test-helpers",
"version": "2.7.0",
"description": "Library to work with Yandex Database in GitLab ci/cd pipelines",
"main": "index.js",
"types": "index.d.js",
"keywords": [
"yandex-cloud",
"yandex-database",
"test",
"jest"
],
"author": "Igor E. Mikhaylyuk <migger@yandex.ru>",
"license": "ISC",
"repository": "git@github.com:cnlabs-rus/ll-yandex-db-test-helpers.git",
"files": [
"**/*"
],
"dependencies": {
"@cnlabs/yandexdb-rest": "^1.2.0",
"jest": "*"
}
}