api/federation/jsr.jsonc
2024-11-23 14:20:50 +01:00

11 lines
241 B
Plaintext

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