{
  "name": "@alex_neo/playwright-azure-reporter",
  "version": "1.20.2",
  "description": "Playwright Azure Reporter",
  "main": "./dist/playwright-azure-reporter.js",
  "types": "./dist/playwright-azure-reporter.d.ts",
  "files": [
    "dist/**/*",
    "LICENSE",
    "README.md"
  ],
  "exports": {
    ".": {
      "types": "./dist/playwright-azure-reporter.d.ts",
      "require": "./dist/playwright-azure-reporter.js",
      "import": "./dist/playwright-azure-reporter.js"
    },
    "./dist/playwright-azure-reporter": {
      "types": "./dist/playwright-azure-reporter.d.ts",
      "require": "./dist/playwright-azure-reporter.js",
      "import": "./dist/playwright-azure-reporter.js"
    }
  },
  "scripts": {
    "test": "yarn playwright test",
    "test:reporter": "yarn playwright test -c tests/reporter/playwright.config.ts",
    "lint": "tsc --noEmit --skipLibCheck --pretty && eslint . --quiet",
    "lint:fix": "eslint . --fix --quiet",
    "format": "prettier --write src/**/*.ts tests/**/*.ts",
    "build": "yarn run clean && yarn run dev",
    "clean": "rm -rf dist || true",
    "prepublishOnly": "tsc",
    "dev": "yarn run lint && tsc",
    "dev:watch": "nodemon",
    "version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
    "release": "conventional-github-releaser -p angular"
  },
  "nodemonConfig": {
    "watch": [
      "src"
    ],
    "ext": "ts",
    "ignore": [
      "**/test/**",
      "**/docs/**",
      "**/dist/**",
      "**/node_modules/**"
    ],
    "delay": 2500,
    "exec": "yarn run build"
  },
  "keywords": [
    "playwright",
    "azure",
    "reporter"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "author": {
    "name": "Oleksii Galagan",
    "email": "alexneo2003@gmail.com",
    "url": "https://github.com/alexneo2003/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alexneo2003/playwright-azure-reporter.git"
  },
  "license": "ISC",
  "dependencies": {
    "@azure/identity": "^4.12.0",
    "azure-devops-node-api": "^15.1.1",
    "chalk": "4.1.2",
    "debug": "^4.3.4",
    "dotenv": "^16.4.5",
    "mime": "^3.0.0"
  },
  "devDependencies": {
    "@playwright/test": "^1.55.0",
    "@types/debug": "^4.1.7",
    "@types/mime": "^3.0.1",
    "@types/node": "^20.16.5",
    "@typescript-eslint/eslint-plugin": "^8.59.4",
    "@typescript-eslint/eslint-plugin-tslint": "^7.0.2",
    "@typescript-eslint/parser": "^8.59.4",
    "conventional-changelog-cli": "^5.0.0",
    "conventional-github-releaser": "^3.1.5",
    "eslint": "^10.4.0",
    "eslint-config-standard": "^17.0.0",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-jsdoc": "^54.1.1",
    "eslint-plugin-n": "^17.21.3",
    "eslint-plugin-prefer-arrow": "^1.2.3",
    "eslint-plugin-promise": "^7.2.1",
    "eslint-plugin-simple-import-sort": "^12.1.1",
    "husky": "^9.1.7",
    "prettier": "^3.6.2",
    "typescript": "^5.9.2"
  }
}
