UNPKG

routing-controllers-openapi

Version:

Runtime OpenAPI v3 spec generation for routing-controllers

33 lines (32 loc) 894 B
{ "name": "01-basic", "version": "0.0.1", "description": "", "main": "app.js", "scripts": { "start": "npm run build && node ./build/app.js", "start:watch": "npm run build:watch && nodemon ./build/app.js", "build": "node_modules/.bin/tsc", "build:watch": "npm run build -- -w" }, "author": "", "license": "ISC", "dependencies": { "body-parser": "^1.18.3", "class-transformer": "0.4.0", "class-validator": "0.13.1", "class-validator-jsonschema": "^3.0.0", "express": "^4.17.1", "reflect-metadata": "^0.1.13", "routing-controllers": "0.9.0", "routing-controllers-openapi": "3.0.0", "swagger-ui-express": "^4.1.4" }, "devDependencies": { "@types/express": "^4.17.6", "@types/express-serve-static-core": "~4.17.7", "@types/swagger-ui-express": "^4.1.2", "nodemon": "^1.18.3", "typescript": "^4.2.3" } }