{
  "name": "@awslabs-community-fork/dynamodb-expressions",
  "version": "0.7.15",
  "description": "Composable expression objects for Amazon DynamoDB",
  "keywords": [
    "aws",
    "dynamodb"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ima-tech/dynamodb-data-mapper-js.git"
  },
  "bugs": {
    "url": "https://github.com/ima-tech/dynamodb-data-mapper-js/issues"
  },
  "homepage": "https://github.com/ima-tech/dynamodb-data-mapper-js/packages/dynamodb-expressions/",
  "module": "./dist/lib/esm/index.js",
  "main": "./dist/lib/cjs/index.js",
  "types": "./dist/types/index.d.ts",
  "scripts": {
    "docs": "typedoc src",
    "build": "tsc -p tsconfig.json && tsc -p tsconfig.cjs.json",
    "prepublish": "npm run build",
    "prepublishOnly": "tsc",
    "test": "jest"
  },
  "author": {
    "name": "AWS SDK for JavaScript Team",
    "email": "aws-sdk-js@amazon.com"
  },
  "license": "Apache-2.0",
  "dependencies": {
    "@awslabs-community-fork/dynamodb-auto-marshaller": "^0.7.15",
    "tslib": "^2.1.0"
  },
  "jest": {
    "transform": {
      ".(ts|tsx)": "ts-jest"
    },
    "globals": {
      "ts-jest": {
        "tsconfig": "tsconfig.json"
      }
    },
    "testEnvironment": "node",
    "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js"
    ],
    "coveragePathIgnorePatterns": [
      "/node_modules/",
      "/test/"
    ],
    "coverageThreshold": {
      "global": {
        "branches": 90,
        "functions": 95,
        "lines": 95,
        "statements": 95
      }
    },
    "collectCoverageFrom": [
      "src/*.{js,ts}"
    ]
  },
  "gitHead": "c4f3549d08e52b05b87e8e9d571a84e955d07332"
}
