UNPKG

triplecheck-repository-dynamodb

Version:

Database utility for using DynamoDB with TripleCheck broker.

52 lines (51 loc) 1.51 kB
{ "name": "triplecheck-repository-dynamodb", "version": "1.0.0", "description": "Database utility for using DynamoDB with TripleCheck broker.", "main": "build/index.js", "keywords": [ "triplecheck", "triplecheck-repository", "dynamo", "dynamodb", "contract-testing", "consumer-contracts", "pacts" ], "author": "Mikael Vesavuori", "license": "MIT", "scripts": { "start": "npx ts-node src/index.ts", "build": "tsc", "test": "jest --coverage", "test:watch": "jest --coverage --watchAll", "build:watch": "onchange 'src/**/*.ts' -- npm run build", "link:local": "npm link triplecheck-core", "licenses": "npx license-compliance --production --allow 'MIT;ISC;BSD-2-Clause;BSD-3-Clause;0BSD;Apache-2.0;Unlicense'", "licenses:checker": "npx license-compatibility-checker", "prepare": "husky install", "docs": "npx typedoc src" }, "dependencies": { "@aws-sdk/client-dynamodb": "^3.16.0", "triplecheck-core": "latest" }, "devDependencies": { "@types/jest": "^26.0.23", "@types/node": "^15.3.0", "arkit": "^1.6.4", "eslint": "^7.26.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^3.4.0", "husky": "^6.0.0", "jest": "^26.6.3", "license-compatibility-checker": "^0.3.5", "license-compliance": "^1.2.1", "onchange": "^7.1.0", "ts-jest": "^26.5.6", "ts-node": "^9.1.1", "tslib": "^2.2.0", "typedoc": "^0.20.36", "typescript": "^4.2.4" } }