{
  "name": "@cpmech/az-dynamo",
  "version": "3.45.1",
  "license": "MIT",
  "author": {
    "name": "Dorival Pedroso",
    "email": "dorival.pedroso@gmail.com",
    "url": "https://github.com/cpmech"
  },
  "repository": "cpmech/cloud",
  "scripts": {
    "type-check": "tsc --outDir /tmp/__cloud__az-dynamo__",
    "test": "jest --verbose",
    "tw": "jest --watch --verbose",
    "cov": "jest --coverage",
    "build": "rm -rf dist && rollup --config rollup.config.js",
    "ddb:dk": "bash ./localdb/ddb_docker_run.bash",
    "ddb:bs": "bash ./localdb/ddb_bootstrap.bash",
    "pretest": "npm run ddb:dk && npm run ddb:bs",
    "precov": "npm run ddb:dk && npm run ddb:bs",
    "pretw": "npm run ddb:dk && npm run ddb:bs"
  },
  "files": [
    "dist"
  ],
  "description": "Auxiliary Tools for DynamoDB",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/esm/index.d.ts",
  "keywords": [
    "Amazon",
    "AWS",
    "DynamoDB"
  ],
  "devDependencies": {
    "@types/jest": "^27.0.2",
    "@types/node": "^16.9.6",
    "jest": "^27.2.1",
    "prettier": "^2.4.1",
    "rollup": "^2.57.0",
    "rollup-plugin-typescript2": "^0.31.0",
    "ts-jest": "^27.0.5",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^4.4.3"
  },
  "dependencies": {
    "@cpmech/basic": "^4.35.1",
    "@cpmech/js2ts": "^2.32.1",
    "@cpmech/util": "^1.38.1",
    "aws-sdk": "^2.995.0"
  }
}
