faasjs/faasjs

View on GitHub
packages/http/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@faasjs/http",
  "version": "2.3.1",
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "module": "dist/index.cjs",
  "homepage": "https://faasjs.com/docs/http",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/faasjs/faasjs.git",
    "directory": "packages/http"
  },
  "bugs": {
    "url": "https://github.com/faasjs/faasjs/issues"
  },
  "funding": "https://github.com/sponsors/faasjs",
  "scripts": {
    "build": "tsup-node src/index.ts --config ../../tsup.config.json"
  },
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "@faasjs/func": "2.3.1",
    "@faasjs/logger": "2.3.1"
  },
  "devDependencies": {
    "@faasjs/func": "2.3.1",
    "@faasjs/logger": "2.3.1"
  },
  "engines": {
    "npm": ">=9.0.0",
    "node": ">=18.0.0"
  }
}