{
  "name": "@qavajs/console-formatter",
  "version": "1.2.1",
  "description": "console formatter for cucumber framework",
  "scripts": {
    "build": "tsc",
    "test:e2e": "npm run build && qavajs run --config test-e2e/config.js"
  },
  "main": "dist/formatter.js",
  "types": "dist/formatter.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/qavajs/console-formatter.git"
  },
  "authors": [
    "Alexander Galichenko",
    "Alexandr Legchilov"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/qavajs/console-formatter/issues"
  },
  "homepage": "https://github.com/qavajs/console-formatter#readme",
  "devDependencies": {
    "@cucumber/cucumber": "^12.8.2",
    "@qavajs/core": "^2.16.0",
    "@qavajs/memory": "^1.11.0",
    "@types/node": "^25.6.0",
    "typescript": "^6.0.3"
  },
  "keywords": [
    "cucumber",
    "formatter",
    "test",
    "automation",
    "testing",
    "qa",
    "quality-assurance",
    "test-framework",
    "test-runner",
    "test-automation",
    "e2e",
    "end-to-end",
    "ui-testing",
    "integration-testing",
    "acceptance-testing",
    "functional-testing",
    "browser-testing",
    "mobile-testing",
    "cross-browser",
    "bdd",
    "gherkin",
    "assertions",
    "continuous-delivery",
    "automation-framework"
  ]
}
