api/federation/jsr.jsonc
Jesse Wierzbinski 71cb7738de
Some checks failed
Test Build / build (push) Successful in 52s
CodeQL Scan / Analyze (javascript-typescript) (push) Failing after 35s
Lint & Format / tests (push) Successful in 15s
Mirror to Codeberg / Mirror (push) Failing after 0s
Build & Publish Package / publish (push) Failing after 1m37s
Test Publish / build (client) (push) Successful in 54s
Test Publish / build (federation) (push) Successful in 56s
Run Tests / build (push) Failing after 5s
chore(federation): 🔖 [publish] Release 0.2.1
2025-02-18 12:17:10 +01:00

11 lines
241 B
Plaintext

{
"$schema": "https://jsr.io/schema/config-file.v1.json",
"name": "@versia/federation",
"version": "0.2.1",
"exports": {
".": "./index.ts",
"./types": "./types.ts",
"./schemas": "./schemas.ts"
}
}