mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
13 lines
350 B
JSON
13 lines
350 B
JSON
{
|
|
"$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/index.ts",
|
|
"./schemas": "./schemas/index.ts"
|
|
}
|
|
}
|