28 lines
650 B
JSON
28 lines
650 B
JSON
{
|
|
"name": "@kwitsukasa/knife4j-swagger-vue3",
|
|
"version": "0.1.2",
|
|
"description": "KT Knife4j Swagger Vue3 UI integration for NestJS",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"license": "MIT",
|
|
"files": [
|
|
"dist",
|
|
"ui"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.json && node scripts/copy-ui.mjs",
|
|
"prepack": "pnpm --dir ../.. run build",
|
|
"typecheck": "tsc -p tsconfig.json --noEmit"
|
|
},
|
|
"peerDependencies": {
|
|
"@nestjs/common": "*"
|
|
},
|
|
"devDependencies": {
|
|
"@nestjs/common": "^9.4.3"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://registry.npmjs.org/"
|
|
}
|
|
}
|