add nswag for generate web api

This commit is contained in:
2025-04-23 14:11:19 +08:00
parent 7f99a5be24
commit 5ea541ef4b
3 changed files with 888 additions and 3 deletions

14
package-lock.json generated
View File

@@ -30,6 +30,7 @@
"autoprefixer": "^10.4.20",
"daisyui": "^5.0.0",
"npm-run-all2": "^7.0.2",
"nswag": "^14.3.0",
"postcss": "^8.5.3",
"tailwindcss": "^4.0.12",
"typescript": "~5.7.3",
@@ -3172,6 +3173,19 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/nswag": {
"version": "14.3.0",
"resolved": "https://registry.npmjs.org/nswag/-/nswag-14.3.0.tgz",
"integrity": "sha512-6/vGw9VtCBn788WFyPLwO4TWxZghDy+KSELjowXt12ZAu/0n3lLfQnJ4ws4rbXrO2Jrv0Tm3uzIfYNatrrs8bQ==",
"dev": true,
"license": "MIT",
"bin": {
"nswag": "bin/nswag.js"
},
"engines": {
"npm": ">=3.10.8"
}
},
"node_modules/open": {
"version": "10.1.1",
"resolved": "https://registry.npmjs.org/open/-/open-10.1.1.tgz",