{
  "name": "dynamo-builder",
  "version": "1.1.3",
  "description": "Type-safe DynamoDB query builder for TypeScript. Designed with single-table architecture in mind.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "beyonce": "dist/codegen/cli.js"
  },
  "keywords": [
    "dynamodb",
    "query",
    "builder",
    "typesafe",
    "dynamodb-ts"
  ],
  "files": [
    "./dist",
    "./src"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/skarode96/dynamo-builder.git"
  },
  "dependencies": {
    "aws-sdk": "^2.853.0",
    "aws-xray-sdk": "^3.2.0",
    "fast-json-stable-stringify": "^2.1.0",
    "js-yaml": "^3.13.1",
    "libsodium-wrappers": "^0.7.8",
    "prettier": "^2.2.1",
    "uuid": "^8.3.2",
    "yargs": "^15.3.1"
  },
  "devDependencies": {
    "@commitlint/cli": "^17.2.0",
    "@commitlint/config-conventional": "^17.2.0",
    "@shelf/jest-dynamodb": "^1.7.0",
    "@types/jest": "^25.1.4",
    "@types/js-yaml": "^3.12.2",
    "@types/libsodium-wrappers": "^0.7.8",
    "@types/node": "^13.9.1",
    "@types/prettier": "^2.2.1",
    "@types/uuid": "^8.3.0",
    "husky": "^8.0.2",
    "jest": "^26.6.3",
    "ts-jest": "^26.5.2",
    "ts-node": "^9.1.1",
    "typescript": "^4.2.2"
  },
  "scripts": {
    "build": "tsc",
    "prepare": "npm run build",
    "test": "jest --runInBand",
    "postinstall": "",
    "prepublishOnly": "npm set-script postinstall ''"
  },
  "author": "Sameer Karode",
  "license": "Apache 2.0"
}
