@jtviegas/dyndbstore
Version:
store facade to a database, currently only DynamoDb implementation
41 lines (40 loc) • 915 B
JSON
{
"name": "@jtviegas/dyndbstore",
"version": "3.4.0",
"description": "store facade to a database, currently only DynamoDb implementation",
"main": "index.js",
"scripts": {
"test": "./helper.sh test",
"publicate": "./helper.sh publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jtviegas/dyndbstore.git"
},
"engines": {
"node": ">=20"
},
"keywords": [
"DynamoDb",
"AWS",
"javascript",
"nodejs"
],
"author": "Joao Tiago Viegas <jtviegas@gmail.com>",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/jtviegas/dyndbstore/issues"
},
"homepage": "https://github.com/jtviegas/dyndbstore#readme",
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.741.0"
},
"devDependencies": {
"jest": "^29.7.0",
"@faker-js/faker": "^9.3.0",
"uuid": "^11.0.5"
},
"directories": {
"test": "test"
}
}