{
    "name": "@routup/swagger",
    "version": "2.4.3",
    "description": "Swagger plugin for routup.",
    "exports": {
        "./package.json": "./package.json",
        ".": {
            "types": "./dist/index.d.ts",
            "import": "./dist/index.mjs",
            "require": "./dist/index.cjs"
        }
    },
    "main": "./dist/index.cjs",
    "module": "./dist/index.mjs",
    "types": "./dist/index.d.ts",
    "files": [
        "assets/",
        "dist/"
    ],
    "scripts": {
        "build:types": "tsc --emitDeclarationOnly -p tsconfig.build.json",
        "build:js": "rollup -c",
        "build": "rimraf ./dist && cross-env NODE_ENV=production npm run build:js && npm run build:types",
        "test": "cross-env NODE_ENV=test jest --config ./test/jest.config.js",
        "test:coverage": "cross-env NODE_ENV=test jest --config ./test/jest.config.js --coverage",
        "lint": "eslint --ext .js,.ts ./src",
        "lint:fix": "npm run lint -- --fix"
    },
    "author": {
        "name": "Peter Placzek",
        "email": "contact@tada5hi.net",
        "url": "https://github.com/tada5hi"
    },
    "license": "MIT",
    "keywords": [
        "swagger",
        "swagger-ui",
        "openapi",
        "api",
        "rest",
        "http",
        "router",
        "api-router",
        "route",
        "routing"
    ],
    "repository": {
        "type": "git",
        "url": "git+https://github.com/routup/plugins.git",
        "directory": "packages/swagger"
    },
    "bugs": {
        "url": "https://github.com/routup/plugins/issues"
    },
    "homepage": "https://github.com/routup/plugins#readme",
    "peerDependencies": {
        "routup": "^4.0.1"
    },
    "dependencies": {
        "@routup/assets": "^3.4.2",
        "@routup/swagger-preset": "^2.4.3",
        "@trapi/swagger": "^1.3.0",
        "@types/swagger-ui-dist": "^3.30.5",
        "smob": "^1.4.0",
        "swagger-ui-dist": "^5.28.0"
    },
    "devDependencies": {
        "@routup/decorators": "^3.4.3",
        "@types/supertest": "^6.0.2",
        "jsonata": "^2.1.0",
        "routup": "^4.0.1",
        "supertest": "^7.1.4"
    },
    "publishConfig": {
        "access": "public"
    },
    "gitHead": "94d729e309c1eec0401afb4d8083f65ce3aa8e0b"
}
