api/client/jsr.jsonc
2024-11-29 21:48:16 +01:00

10 lines
200 B
Plaintext

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