{
  "name": "fly",
  "version": "4.6.16",
  "description": "For back-end development",
  "main": "lib/index.js",
  "bin": {
    "fly": "bin/fly.js"
  },
  "scripts": {
    "test": "npx mocha -r intelli-espower-loader 'test/**/*.js'"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/hfcorriez/fly.git"
  },
  "license": "MIT",
  "author": "hfcorriez <hfcorriez@gmail.com>",
  "engines": {
    "node": ">=12.0.0"
  },
  "dependencies": {
    "@fastify/formbody": "^7.4.0",
    "@fastify/multipart": "^7.4.1",
    "@fastify/static": "^6.9.0",
    "arg": "^5.0.1",
    "caller-id": "^0.1.0",
    "chokidar": "^3.5.2",
    "cli-table3": "^0.6.0",
    "colors": "^1.4.0",
    "cron-parser": "^4.0.0",
    "dayjs": "^1.10.7",
    "debug": "^4.3.2",
    "fastify": "^4.13.0",
    "fastify-sse-v2": "^3.0.0",
    "form-data": "^4.0.0",
    "fs-extra": "^9.0.0",
    "js-yaml": "^4.1.0",
    "md5-file": "^5.0.0",
    "micromatch": "^4.0.4",
    "mime": "^3.0.0",
    "node-ipc": "^9.1.1",
    "path-to-regexp": "^6.2.0",
    "pm2": "^5.2.0",
    "through2": "^4.0.2",
    "uuid": "^8.3.2",
    "validator": "^13.7.0",
    "wcwidth": "^1.0.1"
  },
  "devDependencies": {
    "eslint": "^6.8.0",
    "eslint-config-standard": "^14.1.0",
    "eslint-plugin-import": "^2.20.1",
    "eslint-plugin-node": "^11.0.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^4.0.1"
  }
}
