fastify-file-upload
Version:
file upload plugin for Fastify
34 lines (33 loc) • 719 B
JSON
{
"name": "fastify-file-upload",
"version": "4.0.0",
"description": "file upload plugin for Fastify",
"main": "index.js",
"scripts": {
"test": "tap test/*.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/huangang/fastify-file-upload.git"
},
"keywords": [
"fastify",
"fileUpload",
"multipart",
"form"
],
"author": "huangang <huangang.zhang@gmail.com>",
"license": "MIT",
"dependencies": {
"@types/node": "^16.11.0",
"express-fileupload": "^1.3.1",
"fastify-plugin": "^3.0.1",
"middie": "^6.0.0"
},
"devDependencies": {
"fastify": "^3.28.0",
"form-data": "^4.0.0",
"pump": "^3.0.0",
"tap": "^16.0.1"
}
}