{
  "name": "newman-reporter-ctrf-json",
  "version": "0.0.13",
  "description": "A Postman Newman JSON test reporter to create test results reports",
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "lint": "eslint . --ext .ts --fix",
    "lint-check": "eslint . --ext .ts",
    "format": "prettier --write .",
    "format-check": "prettier --check .",
    "all": "npm run lint && npm run format-check && npm run build"
  },
  "files": [
    "dist/",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ctrf-io/newman-reporter-ctrf-json.git"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "homepage": "https://ctrf.io",
  "keywords": [
    "newman",
    "ctrf",
    "test-reporter",
    "postman",
    "test-automation",
    "test-results",
    "testing"
  ],
  "author": "Matthew Thomas",
  "license": "MIT",
  "devDependencies": {
    "@types/newman": "^5.3.5",
    "@types/node": "^20.8.10",
    "typescript": "^5.2.2",
    "@typescript-eslint/eslint-plugin": "^6.15.0",
    "@typescript-eslint/parser": "^6.15.0",
    "eslint": "^8.54.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-config-standard-with-typescript": "^40.0.0",
    "eslint-plugin-import": "^2.29.0",
    "eslint-plugin-n": "^16.3.1",
    "eslint-plugin-prettier": "^5.0.1",
    "eslint-plugin-promise": "^6.1.1",
    "prettier": "^3.1.0"
  }
}
