{
  "name": "@hitz-group/dynamo-helper",
  "description": "DynamoDB client and query expression builder. Helps with most of the DynamoDB operations and takes care of the hard stuff for you.",
  "keywords": [
    "dynamodb",
    "aws",
    "dynamo",
    "nosql"
  ],
  "version": "0.5.19",
  "files": [
    "lib",
    "LICENSE",
    "README.md"
  ],
  "main": "lib/index",
  "types": "lib",
  "repository": {
    "type": "git",
    "url": "http://github.com/hitz-group/dynamo-helper.git"
  },
  "bugs": "https://github.com/hitz-group/dynamo-helper/issues",
  "license": "MIT",
  "contributors": [
    "Shidil Eringa <shidil@live.com>",
    "Snehit Velma <snehithvelma@gmail.com>"
  ],
  "scripts": {
    "build": "yarn  clean && yarn  compile",
    "build:watch": "yarn compile -- -w",
    "clean": "rm -rf ./lib && rm -rf tsconfig.build.tsbuildinfo",
    "compile": "tsc -p ./tsconfig.build.json",
    "test": "jest",
    "lint": "eslint . --ext .ts,.js,.tsx --max-warnings=0",
    "lint:report": "eslint . --output-file ./eslint_report.json --format json  --ext .ts,.js,.tsx | true"
  },
  "dependencies": {
    "aws-sdk": "2.784.0",
    "crypto-js": "^4.0.0",
    "lodash": "4.17.21"
  },
  "devDependencies": {
    "@babel/core": "7.12.1",
    "@babel/preset-env": "7.12.1",
    "@babel/preset-typescript": "7.12.1",
    "@types/crypto-js": "^4.0.1",
    "@types/jest": "26.0.15",
    "@typescript-eslint/eslint-plugin": "4.6.1",
    "@typescript-eslint/parser": "4.6.1",
    "babel-jest": "26.6.3",
    "eslint": "7.12.1",
    "eslint-config-prettier": "6.15.0",
    "husky": "4.3.0",
    "jest": "26.6.3",
    "prettier": "2.2.1",
    "pretty-quick": "3.1.0",
    "typescript": "4.0.5"
  },
  "husky": {
    "hooks": {
      "pre-commit": "yarn lint && pretty-quick --staged"
    }
  }
}
