@ivamuno/nestjs-openapi
Version:
64 lines (63 loc) • 1.88 kB
JSON
{
"name": "@ivamuno/nestjs-openapi",
"version": "1.0.15",
"description": "",
"main": "index.js",
"scripts": {
"start:demo": "cd demo && nest start",
"build": "tsc -p tsconfig.json && cp package.json ./dist",
"publish": "npm run build && npm publish ./dist --access public",
"format": "prettier --write \"{demo,lib,test}/**/*.ts\"",
"lint": "eslint \"{demo,lib,test}/**/*.ts\" --fix",
"test": "jest",
"test:dev": "jest --watch",
"test:e2e": "jest --config e2e/jest-e2e.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ivamuno/nestjs-openapi.git"
},
"author": "Iván Muñoz Mozo",
"license": "MIT",
"bugs": {
"url": "https://github.com/ivamuno/nestjs-openapi/issues"
},
"homepage": "https://github.com/ivamuno/nestjs-openapi#readme",
"dependencies": {
"@nestjs/swagger": "^4.7.5",
"express-basic-auth": "^1.2.0",
"express-handlebars": "^5.2.0"
},
"devDependencies": {
"@nestjs/common": "7.5.5",
"@nestjs/core": "^7.5.5",
"@nestjs/platform-express": "7.5.5",
"@types/jest": "26.0.16",
"@types/lodash": "4.14.165",
"@types/node": "11.15.0",
"@typescript-eslint/eslint-plugin": "4.9.0",
"@typescript-eslint/parser": "4.9.0",
"eslint": "7.14.0",
"eslint-config-prettier": "6.15.0",
"express": "4.17.1",
"fs": "0.0.1-security",
"jest": "26.6.3",
"lint-staged": "10.5.2",
"prettier": "2.2.1",
"reflect-metadata": "0.1.13",
"swagger-parser": "^10.0.2",
"ts-jest": "26.4.4",
"typescript": "4.1.2"
},
"peerDependencies": {
"@nestjs/common": "^6.8.0 || ^7.0.0",
"@nestjs/core": "^6.8.0 || ^7.0.0",
"reflect-metadata": "^0.1.12"
},
"lint-staged": {
"*.ts": [
"prettier --write",
"git add -f"
]
}
}