UNPKG

@moicky/dynamodb

Version:

Contains a collection of convenience functions for working with AWS DynamoDB

47 lines (46 loc) 1.07 kB
{ "name": "@moicky/dynamodb", "version": "2.6.4", "main": "dist/index.js", "types": "dist/index.d.ts", "description": "Contains a collection of convenience functions for working with AWS DynamoDB", "homepage": "https://github.com/Moicky/dynamodb#readme", "author": { "name": "Moicky", "url": "https://github.com/Moicky" }, "bugs": { "url": "https://github.com/Moicky/dynamodb/issues" }, "repository": { "type": "git", "url": "https://github.com/Moicky/dynamodb.git" }, "license": "ISC", "scripts": { "build": "tsc", "watch": "tsc -w", "test": "jest --runInBand" }, "dependencies": { "@aws-sdk/client-dynamodb": "^3.338.0", "@aws-sdk/util-dynamodb": "^3.338.0", "aws-crt": "^1.15.20" }, "devDependencies": { "@types/jest": "^29.5.1", "@types/node": "^20.2.4", "@vercel/functions": "^2.0.0", "dotenv": "^16.0.3", "jest": "^29.5.0", "typescript": "^5.0.4" }, "keywords": [ "dynamodb-helpers", "dynamodb", "aws-dynamodb" ], "files": [ "dist" ] }