UNPKG

fastify-file-interceptor

Version:

This library for Nestjs using FastifyAdapter it rely on library fastify-multer and express multer

57 lines (56 loc) 1.32 kB
{ "name": "fastify-file-interceptor", "version": "1.0.9", "main": "dist/index.js", "types": "dist/index.d.ts", "description": "This library for Nestjs using FastifyAdapter it rely on library fastify-multer and express multer", "author": { "name": "Rom", "url": "https://github.com/chanphiromsok" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "rimraf dist && tsc", "prepare": "npm run build" }, "devDependencies": { "@nestjs/common": "^10.2.7", "@types/multer": "^1.4.8", "@types/node": "^15.0.1", "@types/uuid": "^8.3.0", "fastify": "^3.24.1", "reflect-metadata": "^0.1.13", "rimraf": "^5.0.5", "rxjs": "^7.0.0", "sinon": "^11.1.1", "typescript": "^4.2.4", "uuid": "^8.3.2" }, "keywords": [ "nestjs", "fastify", "interceptor", "upload", "fastify file interceptor", "form", "post", "multipart", "form-data", "formdata", "fastify", "middleware" ], "dependencies": { "fastify-multer": "2.0.3", "multer": "1.4.5-lts.1", "tslib": "^2.2.0" }, "peerDependencies": { "fastify-multer": "2.0.2", "multer": "1.4.2", "tslib": "2.2.0" }, "repository": { "url": "https://github.com/chanphiromsok/fastify-file-interceptor" } }