{
  "name": "cypress-ctrf-json-reporter",
  "version": "0.0.14",
  "description": "Generate a common JSON test report for Cypress tests",
  "main": "dist/index.js",
  "exports": {
    ".": "./dist/index.js",
    "./runtime": "./dist/runtime.js",
    "./plugin": "./dist/plugin.js",
    "./support": "./dist/support.js"
  },
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "lint": "eslint . --fix",
    "lint:check": "eslint .",
    "format": "prettier --write .",
    "format:check": "prettier --check .",
    "all": "npm run lint && npm run test && npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ctrf-io/cypress-ctrf-json-reporter.git"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "homepage": "https://ctrf.io",
  "files": [
    "dist/",
    "README.md"
  ],
  "author": "Matthew Poulton-White",
  "license": "MIT",
  "keywords": [
    "ctrf",
    "common-test-report-format",
    "test-reporting",
    "test-results",
    "testing",
    "json",
    "ci",
    "cypress",
    "cypress-reporter"
  ],
  "security": {
    "email": "security@ctrf.io",
    "url": "https://github.com/ctrf-io/.github/blob/main/SECURITY.md"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@types/jest": "^30.0.0",
    "@types/node": "^25.2.2",
    "@typescript-eslint/eslint-plugin": "^8.57.0",
    "@typescript-eslint/parser": "^8.57.0",
    "eslint": "^10.0.2",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-prettier": "^5.5.5",
    "jest": "^30.2.0",
    "jest-ctrf-json-reporter": "^0.0.10",
    "prettier": "^3.8.1",
    "ts-jest": "^29.4.6",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.57.0"
  },
  "dependencies": {
    "ctrf": "^0.2.0"
  }
}
