UNPKG

testcontainers-dynamodb

Version:

Testcontainers DynamoDB is a NodeJS library that supports tests, providing lightweight, throwaway instances of DynamoDB local database

49 lines (48 loc) 1.27 kB
{ "name": "testcontainers-dynamodb", "version": "1.0.1", "author": "Ihor Mielientiev", "scripts": { "build": "npm run clean && tsc", "clean": "rimraf dist", "test": "jest", "lint": "eslint 'src/*.ts'", "lint:fix": "eslint --fix 'src/*.ts'" }, "main": "dist/index", "types": "dist/index", "files": [ "dist" ], "keywords": [ "docker", "testcontainers", "dynamodb", "AWS", "Amazon" ], "description": "Testcontainers DynamoDB is a NodeJS library that supports tests, providing lightweight, throwaway instances of DynamoDB local database", "license": "MIT", "homepage": "https://github.com/mielientiev/testcontainers-dynamodb#readme", "repository": { "type": "git", "url": "https://github.com/mielientiev/testcontainers-dynamodb" }, "bugs": { "url": "https://github.com/mielientiev/testcontainers-dynamodb/issues" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^2.24.0", "@typescript-eslint/parser": "^2.24.0", "eslint": "^6.8.0", "jest": "^26.4.2", "rimraf": "^3.0.2", "testcontainers": "^3.4.3", "ts-jest": "^26.3.0", "typescript": "^4.0.2", "aws-sdk": "^2.748.0" }, "peerDependencies": { "aws-sdk": "^2.748.0" } }