mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
11 lines
254 B
JSON
11 lines
254 B
JSON
{
|
|
"name": "@ditto/mastoapi",
|
|
"version": "0.1.0",
|
|
"exports": {
|
|
"./middleware": "./middleware/mod.ts",
|
|
"./pagination": "./pagination/mod.ts",
|
|
"./router": "./router/mod.ts",
|
|
"./test": "./test.ts",
|
|
"./types": "./types/mod.ts"
|
|
}
|
|
}
|