api/client/jsr.jsonc
2024-08-26 19:32:48 +02:00

10 lines
205 B
Plaintext

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