mirror of
https://github.com/versia-pub/api.git
synced 2025-12-06 08:28:19 +01:00
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
11 lines
241 B
Plaintext
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"
|
|
}
|
|
}
|