mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-21 20:01:16 +00:00
15 lines
439 B
JSON
15 lines
439 B
JSON
{
|
|
"name": "joinlemmy-site",
|
|
"version": "1.0.0",
|
|
"description": "Builds the API docs",
|
|
"main": "index.js",
|
|
"repository": "https://github.com/LemmyNet/joinlemmy-site.git",
|
|
"author": "Dessalines <tyhou13@gmx.com>",
|
|
"license": "AGPL-3.0-or-later",
|
|
"scripts": {
|
|
"build": "ag -o static/api static/scripts/asyncapi.yaml @asyncapi/html-template --force-write"
|
|
},
|
|
"dependencies": {
|
|
"@asyncapi/generator": "^1.1.7"
|
|
}
|
|
}
|