{
  "name": "l-mock",
  "version": "3.0.3",
  "keywords": [
    "mock",
    "local-mock",
    "mockjs"
  ],
  "description": "The easiest way to mock data",
  "homepage": "https://github.com/fwon/l-mock",
  "repository": {
    "type": "git",
    "url": "https://github.com/fwon/l-mock.git"
  },
  "bugs": {
    "url": "https://github.com/fwon/l-mock/issues"
  },
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "bin": {
    "l-mock": "./bin/index.js",
    "lmock": "./bin/index.js"
  },
  "author": "wfn3664",
  "license": "MIT",
  "dependencies": {
    "body-parser": "^1.18.3",
    "chalk": "^2.4.1",
    "coexist-parser-proxy": "^1.0.7",
    "commander": "^7.1.0",
    "cors": "^2.8.4",
    "directory-tree": "^2.2.4",
    "ejs": "^3.1.3",
    "express": "^4.16.4",
    "fs-extra": "^10.0.1",
    "http-proxy-middleware": "^2.0.4",
    "ip": "^1.1.5",
    "mockjs": "^1.0.1-beta3",
    "multer": "^1.4.1",
    "nodemon": "^2.0.15",
    "ora": "^3.0.0",
    "portfinder": "^1.0.28",
    "semver": "^7.3.4",
    "socket.io": "^4.4.1",
    "socket.io-client": "^4.4.1",
    "supervisor": "^0.12.0",
    "ws": "^8.5.0"
  },
  "engines": {
    "node": "^12.0.0 || >=14.0.0"
  },
  "devDependencies": {
    "eslint": "^8.12.0"
  }
}
