amplify-dynamodb-simulator
Version:
DynamoDB emulator nodejs wrapper
48 lines (47 loc) • 1.17 kB
JSON
{
"name": "amplify-dynamodb-simulator",
"version": "2.9.30",
"description": "DynamoDB emulator nodejs wrapper",
"repository": {
"type": "git",
"url": "https://github.com/aws-amplify/amplify-cli.git",
"directory": "packages/amplify-dynamodb-simulator"
},
"author": "Amazon Web Services",
"license": "Apache-2.0",
"main": "index.js",
"keywords": [
"graphql",
"appsync",
"aws"
],
"scripts": {
"build": "node ./scripts/update-ddb-simulator.js",
"clean": "rimraf emulator",
"test": "jest --logHeapUsage --passWithNoTests"
},
"dependencies": {
"@aws-amplify/amplify-cli-core": "4.6.0",
"@aws-sdk/client-dynamodb": "^3.919.0",
"detect-port": "^1.3.0",
"execa": "^5.1.1",
"fs-extra": "^8.1.0",
"logdown": "^3.3.0",
"promise-toolbox": "^0.20.0",
"wait-port": "^0.2.7",
"which": "^2.0.2"
},
"devDependencies": {
"get-port": "^5.1.1",
"gunzip-maybe": "^1.4.2",
"hash.js": "^1.1.7",
"node-fetch": "^2.6.7",
"tar": "^7.5.4"
},
"berry": {
"plugins": [
"@yarn/plugin-typescript"
]
},
"gitHead": "926b6d3b22a53832eb143901cee60a6f8f40536c"
}