{
  "name": "@nightwatch/html-reporter-template",
  "description": "Nightwatch HTML reporter template",
  "version": "0.3.0",
  "type": "commonjs",
  "scripts": {
    "dev:html": "VITE_PRODUCT=html vite",
    "dev:vrt": "VITE_PRODUCT=vrt vite",
    "build": "npm run build:html && npm run build:vrt && tsc -p tsconfig.node.cjs.json",
    "build:html": "tsc && VITE_PRODUCT=html vite build && tsc -p tsconfig.node.cjs.json",
    "build:vrt": "tsc && VITE_PRODUCT=vrt vite build && tsc -p tsconfig.node.cjs.json",
    "preview": "vite preview",
    "lint": "eslint .",
    "lint:fix": "eslint --fix",
    "format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc",
    "clean": "rm -rf html vrt index.js index.d.ts *.tsbuildinfo *.tgz",
    "test": "npx nightwatch --headless",
    "docs": "npx typedoc --tsconfig tsconfig.node.cjs.json --readme none --gitRevision main --externalPattern --excludeExternals --excludeProtected --excludePrivate --plugin typedoc-plugin-markdown --out docs/ index.ts  && npm run format"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nightwatchjs/html-reporter.git"
  },
  "author": "Vaibhav Singh <vaibhav.s@browserstack.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nightwatchjs/html-reporter/issues"
  },
  "homepage": "https://github.com/nightwatchjs/html-reporter#readme",
  "keywords": [
    "nightwatch",
    "html-reporter",
    "react",
    "e2e"
  ],
  "devDependencies": {
    "@emotion/react": "^11.10.6",
    "@emotion/styled": "^11.10.6",
    "@mui/icons-material": "^5.11.11",
    "@mui/material": "^5.11.15",
    "@nightwatch/react": "^3.1.1",
    "@radix-ui/react-accordion": "1.1.1",
    "@radix-ui/react-dropdown-menu": "^2.0.5-rc.2",
    "@radix-ui/react-tabs": "1.0.3",
    "@radix-ui/react-toggle": "1.0.2",
    "@radix-ui/react-tooltip": "1.0.5",
    "@types/nightwatch": "^2.3.22",
    "@types/node": "^18.15.11",
    "@types/react": "^18.0.33",
    "@types/react-dom": "^18.0.11",
    "@types/styled-components": "^5.1.26",
    "@typescript-eslint/eslint-plugin": "^5.57.1",
    "@typescript-eslint/parser": "^5.57.1",
    "@vitejs/plugin-react": "^4.2.1",
    "babel-plugin-styled-components": "^2.0.7",
    "eslint": "^8.37.0",
    "eslint-config-prettier": "^8.8.0",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-react": "^7.32.2",
    "eslint-plugin-react-hooks": "^4.6.0",
    "framer-motion": "^10.10.0",
    "fuse.js": "^6.6.2",
    "nightwatch": "^3.3.8",
    "prettier": "^2.8.7",
    "prism-react-renderer": "^1.3.5",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-error-boundary": "^4.0.3",
    "react-medium-image-zoom": "^5.1.3",
    "react-virtuoso": "^4.1.1",
    "styled-components": "^5.3.9",
    "ts-node": "^10.9.1",
    "typedoc": "^0.23.28",
    "typedoc-plugin-markdown": "^3.14.0",
    "typescript": "^5.0.3",
    "vite": "^4.2.1",
    "vite-plugin-singlefile": "^0.13.5"
  },
  "files": [
    "index.js",
    "index.d.ts",
    "vrt",
    "html"
  ],
  "exports": {
    ".": {
      "import": "./index.js",
      "require": "./index.js"
    }
  }
}
