{
  "name": "qali",
  "version": "1.3.22",
  "description": "Create browser tests 10x faster (qawolf fork)",
  "main": "./build/index.js",
  "types": "./build/index.d.ts",
  "files": [
    "build",
    "patches",
    "expect-playwright.js",
    "js-jest.config.json",
    "postInstallMessage.js",
    "ts-jest.config.json"
  ],
  "engines": {
    "node": ">=10.15.0"
  },
  "scripts": {
    "changelog": "npx auto-changelog --commit-limit 0 --template keepachangelog",
    "clean": "rimraf build tmp",
    "build": "npm run clean && concurrently \"npm run build:tsc\" \"npm run build:web\"",
    "build:tsc": "tsc -p tsconfig.release.json",
    "build:web": "rollup --config src/rollup.ts",
    "watch:tsc": "tsc -w -p tsconfig.release.json",
    "watch:web": "rollup --watch --config src/rollup.ts",
    "watch": "npm run clean && concurrently --kill-others \"npm run watch:tsc\" \"npm run watch:web\"",
    "lint": "eslint --ext .ts,.tsx --config .eslintrc.json --no-eslintrc src",
    "postinstall": "node ./postInstallMessage.js",
    "release": "np --no-cleanup",
    "test": "jest",
    "test:server": "npx @qawolf/sandbox",
    "ts-node": "ts-node",
    "version": "npm run clean && npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gen-codes/qauto.git"
  },
  "bugs": {
    "url": "https://github.com/gen-codes/qauto/issues"
  },
  "license": "BSD-3-Clause",
  "peerDependencies": {},
  "dependencies": {
    "@jperl/html-parse-stringify": "^1.0.4",
    "@qawolf/jest-reporter": "^0.1.0",
    "an-array-of-english-words": "^2.0.0",
    "await-outside": "^3.0.0",
    "callsites": "^3.1.0",
    "chalk": "^4.1.0",
    "chokidar": "^3.4.0",
    "commander": "^5.1.0",
    "debug": "*",
    "glob": "^7.1.6",
    "inquirer": "^7.1.0",
    "jest": "^26.6.3",
    "jest-image-snapshot": "^4.2.0",
    "kleur": "^3.0.3",
    "lodash": "^4.17.15",
    "lodash.wrap": "^4.1.1",
    "morgan": "^1.10.0",
    "open": "^7.0.4",
    "patch-package": "^6.2.2",
    "playwright": "^1.7.0",
    "playwright-ci": "^1.0.0",
    "playwright-cli": "^0.170.0",
    "playwright-core": "^1.7.0",
    "postinstall-postinstall": "^2.1.0",
    "prettier": "^2.0.5",
    "rrweb": "^0.9.11",
    "split": "^1.0.1",
    "tempy": "^0.5.0",
    "update-notifier": "^4.1.0"
  },
  "devDependencies": {
    "@qawolf/sandbox": "0.1.12",
    "@rollup/plugin-commonjs": "^12.0.0",
    "@rollup/plugin-json": "^4.0.3",
    "@rollup/plugin-node-resolve": "^7.1.3",
    "@rollup/plugin-virtual": "^2.0.2",
    "@types/debug": "^4.1.5",
    "@types/fs-extra": "^9.0.1",
    "@types/glob": "^7.1.1",
    "@types/inquirer": "^6.5.0",
    "@types/jest": "^25.2.3",
    "@types/lodash": "^4.14.153",
    "@types/node": "^14.0.5",
    "@types/update-notifier": "^4.1.0",
    "@types/ws": "^7.2.4",
    "@typescript-eslint/eslint-plugin": "^2.33.0",
    "@typescript-eslint/parser": "^2.33.0",
    "concurrently": "^5.2.0",
    "eslint": "^7.1.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-jest": "^23.13.2",
    "ffmpeg-static": "^4.2.1",
    "fs-extra": "^9.0.0",
    "jest": "^26.0.1",
    "jest-mock-process": "^1.4.0",
    "playwright-webkit": "^1.6.2",
    "rimraf": "^3.0.2",
    "rollup": "^2.10.0",
    "rollup-plugin-typescript": "^1.0.1",
    "ts-jest": "^25.5.1",
    "typescript": "^3.9.3"
  },
  "bin": {
    "qali": "build/index.js"
  },
  "homepage": "https://github.com/gen-codes/qauto#readme",
  "directories": {
    "doc": "docs",
    "example": "example",
    "test": "test"
  },
  "author": ""
}
