UNPKG

payload-swagger

Version:
64 lines (63 loc) 1.78 kB
{ "name": "payload-swagger", "version": "1.4.0", "description": "Swagger plugin for payload cms", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "rimraf dist && tsc --sourceMap false", "lint": "eslint src/", "lint:fix": "eslint src/ --quiet --fix", "test": "jest -c jest.config.ts", "test:coverage": "jest -c jest.config.ts --verbose --collectCoverage", "typecheck": "tsc --noEmit" }, "dependencies": { "payload-openapi": "^1.4.0", "swagger-ui-express": "^4.6.2" }, "peerDependencies": { "payload": "^1.6.22" }, "devDependencies": { "@types/express": "^4.17.17", "@types/jest": "^29.4.0", "@types/lodash.mergewith": "^4.6.7", "@types/swagger-ui-express": "^4.1.3", "@typescript-eslint/eslint-plugin": "^5.54.1", "@typescript-eslint/parser": "^5.54.1", "eslint": "^8.35.0", "eslint-config-prettier": "^8.7.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-jest": "^27.2.1", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-sort-class-members": "^1.16.0", "husky": "^8.0.3", "jest": "^29.5.0", "lint-staged": "^13.1.2", "payload": "^1.9.0", "prettier": "^2.8.4", "rimraf": "^4.4.0", "ts-jest": "^29.1.0", "ts-node": "^10.9.1", "typescript": "^5.0.2" }, "repository": { "type": "git", "url": "git+https://github.com/teunmooij/payload-tools.git" }, "keywords": [ "swagger", "payload", "payloadcms", "payload-plugin", "openAPI" ], "author": "Teun Mooij", "license": "MIT", "bugs": { "url": "https://github.com/teunmooij/payload-tools/issues" }, "homepage": "https://github.com/teunmooij/payload-tools/#readme" }