{
  "name": "aft-jest-reporter",
  "version": "12.1.1",
  "description": "Automated Functional Testing (AFT) Reporter for use with Jest Test Framework",
  "main": "./dist/src/index.js",
  "types": "./dist/src/index.d.ts",
  "scripts": {
    "clean": "rimraf ./dist && rimraf ./logs && rimraf ./FileSystemMap && rimraf ./testresults.html",
    "build": "npm run lint && npm run clean && tsc --build",
    "lint": "npx eslint --fix ./src --ext .ts",
    "test": "npm run build && jest",
    "coverage": "npm run build && nyc jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bicarbon8/automated-functional-testing.git"
  },
  "keywords": [
    "aft",
    "functional",
    "automation",
    "e2e",
    "integration",
    "jest",
    "reporter"
  ],
  "author": "Jason Holt Smith <bicarbon8@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bicarbon8/automated-functional-testing/issues"
  },
  "homepage": "https://github.com/bicarbon8/automated-functional-testing#readme",
  "dependencies": {
    "aft-core": "^12.1.1",
    "jest": "^29.7.0"
  },
  "devDependencies": {
    "@jest/reporters": "^29.7.0",
    "@jest/types": "^29.6.3",
    "@types/node": "^20.11.30",
    "@typescript-eslint/eslint-plugin": "^7.4.0",
    "@typescript-eslint/parser": "^7.4.0",
    "aft-reporting-filesystem": "^12.1.1",
    "aft-reporting-html": "^12.1.1",
    "eslint": "^8.57.0",
    "nyc": "^15.1.0",
    "rimraf": "^5.0.1",
    "ts-node": "^10.9.2",
    "typescript": "^5.1.6"
  },
  "gitHead": "07e29bfa73df85323bd4c60d45b334836885940f"
}
