multercf
Version:
NestJS module to parse incoming HTML form data in Firebase CloudFunctions projects
44 lines (43 loc) • 1.06 kB
JSON
{
"name": "multercf",
"version": "1.0.5",
"description": "NestJS module to parse incoming HTML form data in Firebase CloudFunctions projects",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"dist"
],
"keywords": [
"NestJS",
"Firebase",
"CloudFunctions",
"Multer"
],
"author": "Yordanis Gomez Finale",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/yordanisgomez/multercf.git"
},
"bugs": {
"url": "https://github.com/yordanisgomez/multercf/issues"
},
"homepage": "https://github.com/yordanisgomez/multercf#readme",
"dependencies": {
"@types/multer": "^1.4.11",
"multer": "github:emadalam/multer#master"
},
"peerDependencies": {
"@nestjs/common": "^10.0.0",
"@nestjs/platform-express": "^10.0.0"
},
"devDependencies": {
"@nestjs/common": "^10.3.8",
"@nestjs/platform-express": "^10.3.8",
"typescript": "^5.4.5"
}
}