{
    "name": "handow-shm",
    "version": "1.0.3",
    "description": "E2E test server with Handow engine",
    "keywords": [
        "test",
        "e2e",
        "bdd",
        "tdd",
        "uat",
        "e2e-test",
        "javascript",
        "test-server",
        "cucumber",
        "playwright",
        "chromium",
        "firefox",
        "webkit"
    ],
    "repository": {
        "type": "git",
        "url": ""
    },
    "author": "J.W.",
    "engines": {
        "node": ">=12.0.0"
    },
    "bin": {
        "handow-shm": "./launch.js"
    },
    "scripts": {
        "start": "cross-env NODE_ENV=development SHM_MODE=public SHM_PORT=3333 OPEN_BROWSER=true node launch.js"
    },
    "dependencies": {
        "app-root-path": "^3.0.0",
        "axios": "^0.21.1",
        "concurrently": "^6.0.1",
        "cookie-parser": "^1.4.5",
        "cron": "^1.8.2",
        "cross-env": "7.0.3",
        "deep-extend": "^0.6.0",
        "dotenv": "^8.2.0",
        "express": "^4.17.1",
        "express-session": "^1.17.1",
        "fs-extra": "^9.1.0",
        "glob": "^7.1.6",
        "js-base64": "^3.6.0",
        "lodash": "^4.17.21",
        "moment": "^2.29.1",
        "morgan": "^1.10.0",
        "nodemon": "^2.0.7",
        "open": "^7.0.0",
        "session-file-store": "^1.5.0",
        "winston": "^3.3.3"
    }
}
