mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
chore: 🐛 Add jsr registry file to SDK package
This commit is contained in:
parent
bf9840bd14
commit
fa5be6bd6a
12
packages/sdk/jsr.jsonc
Normal file
12
packages/sdk/jsr.jsonc
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue