{
  "name": "amplify-dynamodb-simulator",
  "version": "2.9.23",
  "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.1",
    "aws-sdk": "^2.1464.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": "^6.1.11"
  },
  "berry": {
    "plugins": [
      "@yarn/plugin-typescript"
    ]
  },
  "gitHead": "fd2973ddd6a66e87db59de1840ece18d91188dc4"
}
