{
  "name": "amplify-dynamodb-simulator",
  "version": "2.9.28",
  "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.4.4",
    "@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": "12f9004c50c4d7f97437f3238561414616471299"
}
