api/client/jsr.jsonc
2025-01-02 00:45:35 +01:00

10 lines
200 B
Plaintext

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