@trapi/swagger
Version:
Generate Swagger files from a decorator APIs.
73 lines (72 loc) • 1.97 kB
JSON
{
"name": "@trapi/swagger",
"author": {
"name": "Peter Placzek",
"email": "contact@tada5hi.net",
"url": "https://github.com/tada5hi"
},
"license": "MIT",
"version": "2.0.0",
"description": "Generate Swagger files from a decorator APIs.",
"keywords": [
"typescript",
"typescript-rest",
"@decorators/express",
"swagger",
"open api",
"rest",
"microservice",
"codegen",
"generation",
"utility-types"
],
"type": "module",
"main": "dist/index.mjs",
"types": "dist/index.d.mts",
"exports": {
"./package.json": "./package.json",
".": {
"types": "./dist/index.d.mts",
"import": "./dist/index.mjs"
}
},
"files": [
"dist"
],
"scripts": {
"build": "npm run build:js && npm run build:types",
"build:js": "tsdown",
"build:types": "tsc -p tsconfig.build.json && tsc -p tsconfig.test.json",
"test": "vitest --config ./test/vitest.config.ts --run",
"test:coverage": "vitest --config ./test/vitest.config.ts --run --coverage",
"preblushOnly": "npm run build"
},
"devDependencies": {
"@types/yamljs": "^0.2.34",
"jsonata": "^2.0.6",
"locter": "^2.1.6"
},
"dependencies": {
"@ebec/core": "^1.0.1",
"@trapi/core": "2.0.0",
"smob": "^1.5.0",
"yamljs": "^0.3.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tada5hi/trapi.git",
"directory": "packages/swagger"
},
"bugs": {
"url": "https://github.com/Tada5hi/trapi/issues"
},
"homepage": "https://github.com/Tada5hi/trapi#readme",
"engines": {
"node": ">=22.0.0"
},
"publishConfig": {
"access": "public"
},
"engineStrict": true,
"gitHead": "779e4c4379373450030bc4cd0d69e274de174783"
}