UNPKG

dynamodb-localhost-https

Version:

Dynamodb local plugin for devops, updated for https support

40 lines (39 loc) 812 B
{ "name": "dynamodb-localhost-https", "version": "0.0.1", "engines": { "node": ">=12.0" }, "description": "Dynamodb local plugin for devops, updated for https support", "author": "99xtechnology.com", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/andrew-ballard1/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" } }