api/federation/jsr.jsonc
Jesse Wierzbinski ae5c3bb281
Some checks failed
Test Build / build (push) Failing after 5s
CodeQL Scan / Analyze (javascript-typescript) (push) Failing after 5s
Lint & Format / tests (push) Failing after 5s
Mirror to Codeberg / Mirror (push) Failing after 1s
Build & Publish Package / publish (push) Failing after 5s
Test Publish / build (client) (push) Failing after 5s
Test Publish / build (federation) (push) Failing after 5s
Run Tests / build (push) Failing after 4s
chore(federation): 🔖 [publish] Release 0.2.0
2025-02-13 18:04:28 +01:00

11 lines
241 B
Plaintext

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