mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2025-02-05 16:34:43 +00:00
Adding redocly generation.
This commit is contained in:
parent
79d4a8cb69
commit
2b7ef3dc1c
3 changed files with 2086 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,3 +3,4 @@ package
|
||||||
node_modules
|
node_modules
|
||||||
docs
|
docs
|
||||||
tsoa_build
|
tsoa_build
|
||||||
|
redoc-static.html
|
||||||
|
|
|
@ -13,13 +13,14 @@
|
||||||
"docs": "typedoc src/index.ts",
|
"docs": "typedoc src/index.ts",
|
||||||
"lint": "tsc --noEmit && eslint --report-unused-disable-directives && prettier --check src",
|
"lint": "tsc --noEmit && eslint --report-unused-disable-directives && prettier --check src",
|
||||||
"prepare": "pnpm run build && husky",
|
"prepare": "pnpm run build && husky",
|
||||||
"tsoa": "tsoa spec-and-routes && tsc"
|
"tsoa": "tsoa spec-and-routes && tsc && redocly build-docs tsoa_build/swagger.json"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/LemmyNet/lemmy-js-client.git"
|
"url": "git+https://github.com/LemmyNet/lemmy-js-client.git"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@redocly/cli": "^1.27.2",
|
||||||
"@types/joi": "^17.2.3",
|
"@types/joi": "^17.2.3",
|
||||||
"@types/node": "^22.7.4",
|
"@types/node": "^22.7.4",
|
||||||
"@typescript-eslint/eslint-plugin": "^8.7.0",
|
"@typescript-eslint/eslint-plugin": "^8.7.0",
|
||||||
|
|
2083
pnpm-lock.yaml
2083
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue