UNPKG

@decorators/server

Version:

node decorators - decorators for express library

152 lines (151 loc) 3.75 kB
{ "author": "Serhii Sol", "bugs": { "url": "https://github.com/serhiisol/node-decorators/issues" }, "description": "node decorators - decorators for express library", "devDependencies": { "@decorators/di": "../di", "@fastify/cookie": "^9.0.4", "@fastify/static": "^6.10.2", "@fastify/view": "^8.0.0", "@types/express": "4.17.8", "@types/jest": "^29.5.3", "@types/koa": "^2.13.8", "@types/koa-mount": "^4.0.2", "@types/koa-static": "^4.0.2", "@types/supertest": "^2.0.12", "@types/swagger-ui-dist": "^3.30.1", "@typescript-eslint/eslint-plugin": "^5.57.1", "@typescript-eslint/parser": "^5.57.1", "body-parser": "^1.20.2", "class-transformer": "^0.5.1", "class-validator": "^0.14.0", "cookie-parser": "^1.4.6", "eslint": "^8.37.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-jsdoc": "^40.1.1", "eslint-plugin-simple-import-sort": "^10.0.0", "express": "^4.18.2", "fastify": "^4.21.0", "jest": "^29.5.0", "koa": "^2.14.2", "koa-bodyparser": "^4.4.1", "koa-mount": "^4.0.0", "koa-router": "^12.0.0", "koa-static": "^5.0.0", "koa-views": "^8.1.0", "openapi-types": "^12.1.3", "reflect-metadata": "^0.1.13", "rimraf": "^5.0.1", "socket.io": "^4.7.2", "socket.io-client": "^4.7.2", "supertest": "^6.3.3", "swagger-ui-dist": "^5.2.0", "ts-jest": "^29.1.0", "ts-node": "^10.9.1", "tsconfig-paths": "^4.2.0", "typescript": "^5.0.3" }, "exports": { ".": "./lib/index.js", "./express": "./lib/platforms/express/index.js", "./fastify": "./lib/platforms/fastify/index.js", "./http": "./lib/platforms/http/index.js", "./koa": "./lib/platforms/koa/index.js", "./swagger": "./lib/platforms/swagger/index.js" }, "keywords": [ "nodejs", "express", "fastify", "koa", "node decorators", "typescript" ], "license": "MIT", "name": "@decorators/server", "peerDependencies": { "@decorators/di": "^3.1.0", "@fastify/cookie": "^9.0.4", "@fastify/static": "^6.10.2", "body-parser": "^1.20.2", "class-transformer": "^0.5.1", "class-validator": "^0.14.0", "express": "^4.18.2", "fastify": "^4.21.0", "koa": "^2.14.2", "koa-bodyparser": "^4.4.1", "koa-mount": "^4.0.0", "koa-router": "^2.14.2", "koa-static": "^5.0.0", "reflect-metadata": "^0.1.13", "socket.io": "^4.7.2" }, "peerDependenciesMeta": { "@fastify/cookie": { "optional": true }, "@fastify/static": { "optional": true }, "body-parser": { "optional": true }, "express": { "optional": true }, "fastify": { "optional": true }, "koa": { "optional": true }, "koa-bodyparser": { "optional": true }, "koa-mount": { "optional": true }, "koa-router": { "optional": true }, "koa-static": { "optional": true }, "socket.io": { "optional": true } }, "repository": { "type": "git", "url": "https://github.com/serhiisol/node-decorators.git" }, "scripts": { "build": "rimraf ./lib && tsc", "eslint": "eslint \"**/*.ts\"", "prepush": "npm run eslint && npm run test", "test": "jest" }, "types": "lib/index.d.ts", "typesVersions": { "*": { "express": [ "./lib/platforms/express/index.d.ts" ], "fastify": [ "./lib/platforms/fastify/index.d.ts" ], "http": [ "./lib/platforms/http/index.d.ts" ], "koa": [ "./lib/platforms/koa/index.d.ts" ], "swagger": [ "./lib/platforms/swagger/index.d.ts" ] } }, "version": "1.0.0-beta.18" }