{
  "name": "@microlambda/types",
  "version": "1.0.0-rc.22",
  "description": "Types definitions shared between node and browser environments",
  "author": "Mario Arnautou",
  "repository": {
    "url": "https://git.neoxia.com/typescript/microlambda/-/tree/master/types"
  },
  "scripts": {
    "pre:build": "npx tsc"
  },
  "license": "MIT",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "keywords": [
    "serverless",
    "typescript",
    "yarn",
    "microservices",
    "aws",
    "monorepo"
  ]
}