mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
13 lines
316 B
Plaintext
13 lines
316 B
Plaintext
|
|
{
|
||
|
|
"$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"
|
||
|
|
}
|
||
|
|
}
|