{
  "name": "@goldwasserexchange/aws-lenses",
  "version": "6.4.0",
  "description": "Ramda lenses for AWS Lambda events",
  "keywords": [
    "aws",
    "event",
    "events",
    "lambda",
    "lens",
    "lenses",
    "ramda"
  ],
  "homepage": "https://github.com/goldwasserexchange/public",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/goldwasserexchange/public.git"
  },
  "license": "MIT",
  "author": "Jonathan Goldwasser <jonathan@goldwasserexchange.be>",
  "module": "services/index.js",
  "scripts": {
    "build": "cross-env NODE_ENV=production BABEL_TARGET=node ge-scripts babel",
    "lint": "yarn lint:pkg && yarn lint:js",
    "lint:js": "ge-scripts lint-js",
    "lint:pkg": "npmPkgJsonLint .",
    "precommit": "lint-staged",
    "prepublishOnly": "npm run build",
    "sort": "sort-package-json"
  },
  "lint-staged": {
    "*.{js,ts}": [
      "yarn lint:js"
    ],
    "package.json": [
      "npmPkgJsonLint"
    ]
  },
  "eslintConfig": {
    "extends": "@goldwasserexchange"
  },
  "dependencies": {
    "@goldwasserexchange/utils": "^6.4.0",
    "ramda": "^0.26.1"
  },
  "devDependencies": {
    "@goldwasserexchange/babel": "^6.4.0",
    "@goldwasserexchange/eslint-config": "^6.4.0",
    "@goldwasserexchange/npm-package-json-lint-config": "^6.4.0",
    "cross-env": "^7.0.3",
    "ge-scripts": "^6.4.0",
    "lint-staged": "^10.5.4",
    "npm-package-json-lint": "^4.6.0",
    "sort-package-json": "^1.49.0"
  },
  "engines": {
    "node": ">=8.10"
  },
  "publishConfig": {
    "access": "public"
  },
  "npmpackagejsonlint": {
    "extends": "@goldwasserexchange/npm-package-json-lint-config"
  },
  "gitHead": "2ef9ae08c2ac64fef404b0eca1c823f1d3f1fc24"
}
