Skip to main content
This release is 6 versions behind 1.4.6 — the latest version of @fedify/fedify. Jump to latest

@fedify/fedify@1.4.0-dev.599+72b4d6d0
Built and signed on GitHub Actions

An ActivityPub/fediverse server framework

This package works with Node.js, Deno, Bun
This package works with Node.js
This package works with Deno
This package works with Bun
JSR Score
94%
Published
2 months ago (1.4.0-dev.599+72b4d6d0)
interface Software

Metadata about server software in use.

Properties

The canonical name of this server software. This must comply with pattern /^[a-z0-9-]+$/.

version: SemVer

The version of this server software.

optional
repository: URL

The URL of the source code repository of this server software.

optional
homepage: URL

The URL of the homepage of this server software.

Add Package

deno add jsr:@fedify/fedify

Import symbol

import { type Software } from "@fedify/fedify";

---- OR ----

Import directly with a jsr specifier

import { type Software } from "jsr:@fedify/fedify";

Add Package

npx jsr add @fedify/fedify

Import symbol

import { type Software } from "@fedify/fedify";

Add Package

yarn dlx jsr add @fedify/fedify

Import symbol

import { type Software } from "@fedify/fedify";

Add Package

pnpm dlx jsr add @fedify/fedify

Import symbol

import { type Software } from "@fedify/fedify";

Add Package

bunx jsr add @fedify/fedify

Import symbol

import { type Software } from "@fedify/fedify";