{
  "name": "@faasjs/types",
  "version": "7.1.0",
  "license": "MIT",
  "type": "module",
  "types": "src/index.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./src/index.ts",
        "default": "./src/index.ts"
      }
    }
  },
  "homepage": "https://faasjs.com/doc/types",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/faasjs/faasjs.git",
    "directory": "packages/types"
  },
  "bugs": {
    "url": "https://github.com/faasjs/faasjs/issues"
  },
  "funding": "https://github.com/sponsors/faasjs",
  "files": [
    "src/index.ts"
  ],
  "engines": {
    "node": ">=24.0.0",
    "npm": ">=11.0.0"
  }
}
