{
  "name": "bedal",
  "version": "0.0.1-beta.5",
  "description": "Amazon Web Services AWS DynamoDB Batch operations",
  "private": false,
  "scripts": {
    "build": "tsc"
  },
  "keywords": [
    "Dynamodb",
    "AWS DynamoDB",
    "Batch",
    "Sync",
    "Big Data",
    "Node"
  ],
  "author": "Sidali Temkit",
  "license": "MIT",
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "aws-sdk": "^2.646.0"
  },
  "devDependencies": {
    "typedoc": "^0.17.3",
    "typescript": "^3.8.3"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Temkit/bedal.git"
  },
  "bugs": {
    "url": "https://github.com/Temkit/bedal/issues"
  },
  "homepage": "https://github.com/Temkit/bedal",
  "dependencies": {
    "md5": "^2.2.1"
  }
}
