mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
10 lines
212 B
Plaintext
10 lines
212 B
Plaintext
|
|
{
|
||
|
|
"$schema": "https://jsr.io/schema/config-file.v1.json",
|
||
|
|
"name": "@versia/client",
|
||
|
|
"version": "0.2.0-alpha.1",
|
||
|
|
"exports": {
|
||
|
|
".": "./index.ts",
|
||
|
|
"./schemas": "./schemas.ts"
|
||
|
|
}
|
||
|
|
}
|