UNPKG

@rahulp959/dynamodb-localhost

Version:
40 lines (39 loc) 779 B
{ "name": "@rahulp959/dynamodb-localhost", "version": "0.0.11", "engines": { "node": ">=4.0" }, "description": "Dynamodb local plugin for devops", "author": "Rahul Parkar", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/rahulp959/dynamodb-localhost" }, "keywords": [ "aws", "dynamodb", "dynamo", "testing", "development", "tool", "local", "localhost", "local-dynamodb", "dynamodb-local", "dynamodb-localhost" ], "main": "index.js", "scripts": { "test": "mocha test/*.test.js --reporter spec" }, "dependencies": { "chai": "^4.2.0", "mkdirp": "^1.0.4", "mocha": "^10.2.0", "progress": "^1.1.8", "rimraf": "^2.6.3", "tar": "^4.4.19" } }