{
  "name": "@codeceptjs/ui",
  "version": "1.3.8",
  "license": "MIT",
  "scripts": {
    "serve": "NODE_OPTIONS='--openssl-legacy-provider' vue-cli-service serve",
    "build": "NODE_OPTIONS='--openssl-legacy-provider' vue-cli-service build",
    "lint": "vue-cli-service lint --fix && vue-cli-service lint lib/** --fix",
    "app": "node bin/codecept-ui.js --app -c node_modules/@codeceptjs/examples",
    "backend": "node bin/codecept-ui.js -c node_modules/@codeceptjs/examples/codecept.conf.js",
    "electron:serve": "vue-cli-service electron:serve",
    "electron:generate-icons": "electron-icon-builder --input=./public/icon.png --output=build --flatten",
    "frontend": "vue-cli-service serve",
    "deploy": "npm run build && npm publish",
    "test": "ava",
    "test:watch": "ava -w"
  },
  "main": "background.js",
  "files": [
    "dist",
    "bin",
    "lib",
    "build"
  ],
  "dependencies": {
    "@codeceptjs/configure": "^1.0.3",
    "axios": "^1.10.0",
    "body-parser": "^2.2.0",
    "cheerio": "^1.1.0",
    "chokidar": "^4.0.3",
    "commander": "^14.0.1",
    "core-js": "2.6.12",
    "dayjs": "^1.11.13",
    "debug": "^4.3.4",
    "electron": "^38.2.0",
    "express": "^4.21.2",
    "lodash.clonedeep": "^4.5.0",
    "nanoid": "^5.1.5",
    "socket.io": "^4.8.1",
    "socket.io-client": "^4.8.1"
  },
  "devDependencies": {
    "@codeceptjs/examples": "1.2.4",
    "@medv/finder": "^3.2.0",
    "@vue/cli-plugin-babel": "^3.12.1",
    "@vue/cli-plugin-eslint": "^5.0.9",
    "@vue/cli-service": "^3.12.1",
    "@vue/eslint-config-prettier": "^7.1.0",
    "ansi-to-html": "^0.7.2",
    "ava": "^6.2.0",
    "babel-eslint": "^10.1.0",
    "buefy": "^0.9.13",
    "codeceptjs": "^3.7.3",
    "contributor-faces": "^1.1.0",
    "copy-text-to-clipboard": "^3.2.0",
    "electron-icon-builder": "^2.0.1",
    "eslint": "^7.32.0",
    "eslint-plugin-vue": "^7.20.0",
    "husky": "^8.0.3",
    "lint-staged": "^16.2.3",
    "playwright": "^1.51.1",
    "prismjs": "^1.30.0",
    "puppeteer": "^24.17.0",
    "qrcode-terminal": "^0.12.0",
    "sass": "^1.86.3",
    "sass-loader": "^10.2.0",
    "tailwindcss": "^1.9.6",
    "testcafe": "^3.7.2",
    "uuid": "^11.1.0",
    "vue": "^2.6.14",
    "vue-cli-plugin-electron-builder": "~2.1.1",
    "vue-highlightjs": "^1.3.3",
    "vue-monaco": "^1.2.2",
    "vue-prism-editor": "^1.3.0",
    "vue-router": "^3.5.3",
    "vue-socket.io": "^3.0.10",
    "vue-template-compiler": "2.7.16",
    "vuex": "^3.6.2",
    "webdriverio": "^9.20.0"
  },
  "resolutions": {
    "sumchecker": "3.0.1"
  },
  "peerDependencies": {
    "codeceptjs": "^3.7.3"
  },
  "overrides": {
    "@achrinza/node-ipc": "9.2.9"
  },
  "eslintConfig": {
    "root": true,
    "env": {
      "node": true
    },
    "extends": [
      "plugin:vue/essential",
      "plugin:vue/strongly-recommended",
      "eslint:recommended"
    ],
    "rules": {
      "indent": [
        "error",
        2
      ],
      "object-curly-spacing": [
        "error",
        "always"
      ],
      "vue/script-indent": [
        "error",
        2,
        {
          "baseIndent": 0,
          "switchCase": 0
        }
      ],
      "quotes": [
        "error",
        "single"
      ],
      "semi": "error",
      "sort-imports": [
        "error",
        {
          "ignoreCase": false,
          "ignoreDeclarationSort": true,
          "ignoreMemberSort": false,
          "memberSyntaxSortOrder": [
            "none",
            "all",
            "multiple",
            "single"
          ]
        }
      ]
    },
    "overrides": [
      {
        "files": [
          "*.vue"
        ],
        "rules": {
          "indent": "off",
          "vue/script-indent": [
            "error",
            2
          ]
        }
      }
    ],
    "parserOptions": {
      "parser": "babel-eslint"
    }
  },
  "browserslist": [
    "> 1%",
    "last 2 versions"
  ],
  "bin": {
    "codecept-ui": "./bin/codecept-ui.js"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.{js,vue}": [
      "npm run lint",
      "git add"
    ]
  },
  "repository": "codeceptjs/ui"
}
