{
  "name": "egg-multipart",
  "version": "3.5.0",
  "eggPlugin": {
    "name": "multipart",
    "optionalDependencies": [
      "schedule"
    ]
  },
  "description": "multipart plugin for egg",
  "main": "index.js",
  "scripts": {
    "lint": "eslint .",
    "test": "npm run lint -- --fix && npm run test-local",
    "test-local": "egg-bin test --ts false",
    "cov": "egg-bin cov --ts false",
    "ci": "npm run lint && npm run cov"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eggjs/egg-multipart.git"
  },
  "keywords": [
    "egg",
    "egg-plugin",
    "eggPlugin",
    "multipart"
  ],
  "author": "gxcsoccer <gxcsoccer@126.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/eggjs/egg/issues"
  },
  "homepage": "https://github.com/eggjs/egg-multipart#readme",
  "engines": {
    "node": ">= 14.17.0"
  },
  "files": [
    "lib",
    "app",
    "config",
    "app.js",
    "index.d.ts"
  ],
  "types": "index.d.ts",
  "dependencies": {
    "co-busboy": "^2.0.0",
    "dayjs": "^1.11.5",
    "egg-path-matching": "^1.2.0",
    "humanize-bytes": "^1.0.1"
  },
  "devDependencies": {
    "@eggjs/tsconfig": "^1.2.0",
    "@types/node": "^20.14.2",
    "coffee": "^5.4.0",
    "egg": "^3.9.0",
    "egg-bin": "6",
    "egg-mock": "^5.4.0",
    "eslint": "^8.23.1",
    "eslint-config-egg": "^12",
    "formstream": "^1.5.1",
    "is-type-of": "^1.2.1",
    "typescript": "5",
    "urllib": "3",
    "stream-wormhole": "^2.0.1",
    "path-to-regexp-v8": "npm:path-to-regexp@8"
  }
}
