api/client/jsr.jsonc
2024-08-24 15:56:49 +02:00

10 lines
208 B
Plaintext

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