{
  "name": "faasjs",
  "version": "7.1.0",
  "license": "MIT",
  "type": "module",
  "files": [
    "tsconfig.base.json",
    "tsconfig.react.json",
    "tsconfig.build.json"
  ],
  "homepage": "https://faasjs.com",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/faasjs/faasjs.git",
    "directory": "packages/faasjs"
  },
  "bugs": {
    "url": "https://github.com/faasjs/faasjs/issues"
  },
  "funding": "https://github.com/sponsors/faasjs",
  "peerDependencies": {
    "@faasjs/cli": ">=7.1.0",
    "@faasjs/http": ">=7.1.0",
    "@faasjs/types": ">=7.1.0"
  },
  "engines": {
    "node": ">=24.0.0",
    "npm": ">=11.0.0"
  }
}
