UNPKG

@routup/swagger-preset

Version:

Swagger preset for routup swagger generation.

65 lines (64 loc) 1.75 kB
{ "name": "@routup/swagger-preset", "version": "2.4.2", "description": "Swagger preset for routup swagger generation.", "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", "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-preset" }, "bugs": { "url": "https://github.com/routup/plugins/issues" }, "homepage": "https://github.com/routup/plugins#readme", "peerDependencies": { "@trapi/swagger": "^1.2.3" }, "devDependencies": { "@trapi/swagger": "^1.2.3" }, "publishConfig": { "access": "public" }, "gitHead": "94d729e309c1eec0401afb4d8083f65ce3aa8e0b" }