{
  "name": "@cloudcmd/fileop",
  "version": "9.0.7",
  "type": "module",
  "description": "file operations emitter middleware",
  "main": "server/index.js",
  "scripts": {
    "test": "madrun test",
    "lint": "madrun lint",
    "fix:lint": "madrun fix:lint",
    "putout": "madrun putout",
    "coverage": "madrun coverage",
    "report": "madrun report",
    "build": "madrun build",
    "build-progress": "madrun build-progress",
    "build:client": "madrun build:client",
    "build:client:dev": "madrun build:client:dev",
    "watcher": "madrun watcher",
    "watch:test": "madrun watch:test",
    "watch:coverage": "madrun watch:coverage",
    "watch:lint": "madrun watch:lint",
    "watch:client": "madrun watch:client",
    "watch:client:dev": "madrun watch:client:dev",
    "wisdom": "madrun wisdom",
    "rmdir": "madrun rmdir"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cloudcmd/node-fileop.git"
  },
  "keywords": [
    "file",
    "copy",
    "pack",
    "unpack",
    "remove",
    "emitter",
    "middleware"
  ],
  "author": "cloudcmd <mnemonic.enemy@gmail.com> (http://coderaiser.github.io/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/cloudcmd/node-fileop/issues"
  },
  "homepage": "https://github.com/cloudcmd/node-fileop",
  "dependencies": {
    "@cloudcmd/move-files": "^8.0.0",
    "copymitter": "^10.1.0",
    "currify": "^4.0.0",
    "express": "^5.2.1",
    "fullstore": "^4.0.0",
    "inly": "^5.0.0",
    "jaguar": "^6.0.0",
    "mellow": "^3.0.1",
    "onezip": "^7.0.0",
    "remy": "^7.0.0",
    "try-to-catch": "^4.0.5",
    "wraptile": "^3.0.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.0.0",
    "@babel/core": "^7.0.0",
    "@babel/eslint-parser": "^7.12.1",
    "@babel/plugin-proposal-class-properties": "^7.4.0",
    "@babel/plugin-proposal-private-methods": "^7.3.0",
    "@babel/preset-env": "^7.0.0",
    "@babel/register": "^7.0.0",
    "@iocmd/wait": "^2.1.0",
    "@putout/plugin-socket-io": "^2.0.0",
    "babel-loader": "^10.0.0",
    "babel-plugin-dynamic-import-node": "^2.0.0",
    "babel-plugin-dynamic-import-webpack": "^1.0.1",
    "clear-module": "^4.0.0",
    "emitify": "^4.0.1",
    "es6-promisify": "^7.0.0",
    "eslint": "^10.0.0",
    "eslint-plugin-babel": "^5.3.0",
    "eslint-plugin-putout": "^31.0.0",
    "madrun": "^13.0.0",
    "node-fetch": "^3.3.2",
    "nodemon": "^3.0.1",
    "putout": "^42.0.5",
    "redlint": "^6.0.0",
    "rimraf": "^6.1.3",
    "socket.io": "^4.1.2",
    "socket.io-client": "^4.1.2",
    "superc8": "^12.3.1",
    "supertape": "^12.5.0",
    "webpack": "^5.1.3",
    "webpack-cli": "^7.0.2"
  },
  "engines": {
    "node": ">=22"
  },
  "publishConfig": {
    "access": "public"
  }
}
