@cnlabs/yandexdb-rest
Version:
library than decorates yandex db dynamodb rest api in lightweight style
29 lines (28 loc) • 613 B
JSON
{
"name": "@cnlabs/yandexdb-rest",
"version": "1.6.0",
"description": "library than decorates yandex db dynamodb rest api in lightweight style ",
"main": "index.js",
"keywords": [
"yandex-cloud",
"yandex-database",
"dynamodb"
],
"author": "Igor E. Mikhaylyuk <migger@yandex.ru>",
"license": "ISC",
"repository": "git@github.com:cnlabs-rus/yandexdb-rest.git",
"files": [
"**/*"
],
"dependencies": {
"aws4-axios": "^2.0.1",
"axios": "^0.21.0"
},
"devDependencies": {
"jest": "^26.6.3",
"md5": "^2.3.0"
},
"jest": {
"testEnvironment": "node"
}
}