{
  "name": "@aws-lambda-powertools/jmespath",
  "version": "2.18.0",
  "description": "A type safe and modern jmespath module to parse and extract data from JSON documents using JMESPath",
  "author": {
    "name": "Amazon Web Services",
    "url": "https://aws.amazon.com"
  },
  "license": "MIT-0",
  "homepage": "https://github.com/aws-powertools/powertools-lambda-typescript",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aws-powertools/powertools-lambda-typescript.git"
  },
  "bugs": {
    "url": "https://github.com/aws-powertools/powertools-lambda-typescript/issues"
  },
  "keywords": [
    "aws",
    "lambda",
    "powertools",
    "jmespath",
    "serverless",
    "typescript",
    "nodejs"
  ],
  "dependencies": {
    "@aws-lambda-powertools/commons": "^2.18.0"
  },
  "main": "./lib/cjs/index.js",
  "types": "./lib/cjs/index.d.ts",
  "files": [
    "lib"
  ],
  "type": "module",
  "exports": {
    ".": {
      "require": {
        "types": "./lib/cjs/index.d.ts",
        "default": "./lib/cjs/index.js"
      },
      "import": {
        "types": "./lib/esm/index.d.ts",
        "default": "./lib/esm/index.js"
      }
    },
    "./envelopes": {
      "import": "./lib/esm/envelopes.js",
      "require": "./lib/cjs/envelopes.js"
    },
    "./functions": {
      "import": "./lib/esm/PowertoolsFunctions.js",
      "require": "./lib/cjs/PowertoolsFunctions.js"
    },
    "./types": {
      "import": "./lib/esm/types.js",
      "require": "./lib/cjs/types.js"
    }
  },
  "typesVersions": {
    "*": {
      "envelopes": [
        "lib/cjs/envelopes.d.ts",
        "lib/esm/envelopes.d.ts"
      ],
      "functions": [
        "lib/cjs/PowertoolsFunctions.d.ts",
        "lib/esm/PowertoolsFunctions.d.ts"
      ],
      "types": [
        "lib/cjs/types.d.ts",
        "lib/esm/types.d.ts"
      ]
    }
  }
}