{
  "name": "corvid-local-server",
  "version": "0.2.14",
  "description": "",
  "main": "src/index.js",
  "scripts": {
    "build": ":",
    "test": "jest",
    "test:debug": "node --inspect node_modules/.bin/jest --runInBand"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/wix-incubator/corvid"
  },
  "engines": {
    "node": ">=10"
  },
  "license": "MIT",
  "dependencies": {
    "corvid-local-logger": "0.2.14",
    "corvid-local-site": "0.2.14",
    "corvid-local-test-utils": "0.2.14",
    "express": "^4.16.4",
    "fs-extra": "^7.0.1",
    "listen-on-free-port": "1.0.3",
    "lodash": "^4.17.15",
    "socket.io": "^2.3.0",
    "stoppable": "^1.1.0",
    "uuid": "^3.3.2"
  },
  "devDependencies": {
    "corvid-dir-as-json": "0.2.14",
    "corvid-fake-local-mode-editor": "0.2.14",
    "flat": "^4.1.0",
    "jest": "^24.8.0",
    "nock": "^10.0.6",
    "wix-eventually": "^2.2.0"
  },
  "jest": {
    "verbose": true,
    "testMatch": [
      "**/test/**/*.+(e2e|spec|unit).js"
    ]
  }
}
