api/client/jsr.jsonc
2024-06-19 12:38:51 -10:00

10 lines
204 B
Plaintext

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