server/packages/sdk/jsr.jsonc

14 lines
338 B
Plaintext
Raw Normal View History

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