UNPKG

@mcma/aws-dynamodb

Version:

Node module with code for using DynamoDB as the backing data storage for MCMA API handlers and workers.

49 lines (48 loc) 1.22 kB
{ "name": "@mcma/aws-dynamodb", "version": "1.0.0", "description": "Node module with code for using DynamoDB as the backing data storage for MCMA API handlers and workers.", "engines": { "node": ">=18.0.0" }, "type": "commonjs", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "test": "jasmine" }, "repository": { "type": "git", "url": "git+https://github.com/ebu/mcma-libraries.git" }, "keywords": [ "ebu", "mcma", "aws", "dynamodb" ], "author": "Joost Rovers <joost@rovers.pt>", "license": "Apache-2.0", "bugs": { "url": "https://github.com/ebu/mcma-libraries/issues" }, "homepage": "https://mcma.io", "dependencies": { "@aws-sdk/client-dynamodb": "^3.699.0", "@aws-sdk/lib-dynamodb": "^3.699.0" }, "peerDependencies": { "@mcma/core": "1.0.0", "@mcma/data": "1.0.0" }, "devDependencies": { "@mcma/core": "1.0.0", "@mcma/data": "1.0.0", "@types/jsonpath": "0.2.4", "@types/node": "^22.10.1", "jasmine": "^5.5.0" } }