chore: 🐛 Add jsr registry file to SDK package

This commit is contained in:
Jesse Wierzbinski 2025-05-26 08:52:30 +02:00
parent bf9840bd14
commit fa5be6bd6a
No known key found for this signature in database

12
packages/sdk/jsr.jsonc Normal file
View file

@ -0,0 +1,12 @@
{
"$schema": "https://jsr.io/schema/config-file.v1.json",
"name": "@versia/sdk",
"version": "0.0.1",
"exports": {
".": "./inbox-processor.ts",
"./http": "./http.ts",
"./crypto": "./crypto.ts",
"./entities": "./entities.ts",
"./schemas": "./schemas.ts"
}
}