{
  "name": "@marblejs/middleware-multipart",
  "version": "4.1.0",
  "description": "A multipart/form-data middleware for Marble.js",
  "main": "dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "start": "yarn watch",
    "watch": "tsc -w",
    "build": "tsc",
    "test": "jest --config ./jest.config.js",
    "clean": "rimraf dist"
  },
  "files": [
    "dist/"
  ],
  "keywords": [
    "marble.js",
    "multipart",
    "middleware",
    "http",
    "rxjs"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/marblejs/marble.git"
  },
  "engines": {
    "node": ">= 8.0.0",
    "yarn": ">= 1.7.0",
    "npm": ">= 5.0.0"
  },
  "author": "marblejs",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/marblejs/marble/issues"
  },
  "homepage": "https://github.com/marblejs/marble#readme",
  "dependencies": {
    "@fastify/busboy": "^1.0.0"
  },
  "peerDependencies": {
    "@marblejs/core": "^4.0.0",
    "@marblejs/http": "^4.0.0",
    "fp-ts": "^2.13.1",
    "rxjs": "^7.5.7"
  },
  "devDependencies": {
    "@marblejs/core": "^4.1.0",
    "@marblejs/http": "^4.1.0",
    "@marblejs/testing": "^4.1.0",
    "@types/form-data": "^2.5.0",
    "form-data": "^3.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "ba213fd0af85d65784fa4865ca7dacb16cbee303"
}
