{
    "name": "monocart",
    "version": "1.1.3",
    "description": "Web UI automation test tool based on playwright",
    "main": "./lib/index.js",
    "bin": {
        "monocart": "./lib/cli.js"
    },
    "scripts": {
        "lint": "npx eslint lib --fix",
        "patch": "npm run lint && sf publish patch"
    },
    "files": [
        "lib",
        "config"
    ],
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/cenfun/monocart.git"
    },
    "dependencies": {
        "axios": "^1.7.2",
        "commander": "^12.1.0",
        "console-grid": "^2.2.2",
        "lodash": "^4.17.21",
        "monocart-reporter": "^2.4.9",
        "nodemailer": "^6.9.13",
        "playwright": "^1.44.1",
        "rimraf": "^5.0.7",
        "screencast-gif": "^1.0.1",
        "semver": "^7.6.2",
        "serialize-javascript": "^6.0.2",
        "shelljs": "^0.8.5",
        "webpack": "^5.91.0",
        "webpack-stats-report": "^2.0.6"
    },
    "devDependencies": {
        "eslint": "^9.4.0",
        "eslint-config-plus": "^2.0.2",
        "eslint-plugin-chain": "^2.0.0",
        "eslint-plugin-html": "^8.1.1"
    }
}
