{
  "name": "yachr",
  "version": "0.1.18",
  "description": "Yet another cucumber html reporter",
  "scripts": {
    "prebuild": "shx rm -rf dist",
    "build": "tsc --declaration ",
    "postbuild": "shx mkdir dist/src/templates && shx cp -rf src/templates/*.html dist/src/templates",
    "test": "mocha --config .mocharc.json src/**/*.spec.ts",
    "ci": "npm run audit-report && npm run prod-audit && npm run license-checker && npm run cover && npm run e2eWithBuild && npm run build",
    "lint": "tslint -c tslint.json -p tsconfig.json 'src/**/*.ts'",
    "cover": "cross-env NODE_ENV=test nyc --report lcovonly _mocha --config .mocharc.json 'src/**/*.spec.ts'",
    "prepare": "npm run build",
    "e2eWithBuild": "npm run build && npm run e2e",
    "e2e": "tsc -p e2e/tsconfig.json && cucumber-js -p default && node ./runReport.js",
    "poste2e": "shx rm -rf e2e/step_definitions/**/*.js e2e/reportOutput/**/*.html",
    "audit-fix": "npm audit fix",
    "audit-report": "npm audit",
    "prod-audit": "npm audit --audit-level=high --omit=dev",
    "license-checker": "license-checker --summary --production --onlyAllow \"Apache-2.0;MIT;ISC;BSD;BSD-2-Clause;BSD-3-Clause;MIT*;CC0-1.0;CC-BY-3.0;CC-BY-4.0;BSD*;0BSD;Public Domain;AFLv2.1;\" --excludePackages yachr"
  },
  "main": "./dist/src/index.js",
  "repository": {
    "url": "https://github.com/yachr/yachr",
    "type": "git"
  },
  "homepage": "https://github.com/yachr/yachr",
  "keywords": [
    "cucumberjs",
    "reporter",
    "html",
    "gherkin",
    "scenarios",
    "features"
  ],
  "license": "MIT",
  "devDependencies": {
    "@types/chai": "^4.1.7",
    "@types/cheerio": "^0.22.11",
    "@types/cucumber": "^4.0.5",
    "@types/handlebars": "^4.1.0",
    "@types/mocha": "^5.2.6",
    "@types/node": "^20.17.9",
    "chai": "^4.2.0",
    "cheerio": "^1.0.0-rc.3",
    "copyfiles": "^2.1.0",
    "cross-env": "^7.0.3",
    "cucumber": "^5.1.0",
    "license-checker": "^25.0.1",
    "mocha": "^10.2.0",
    "mocha-lcov-reporter": "^1.3.0",
    "nyc": "^15.0.0",
    "shx": "^0.3.2",
    "source-map-support": "^0.5.11",
    "ts-node": "^8.0.3",
    "tslint": "^5.14.0",
    "typescript": "^5.7.2",
    "yachr": "^0.1.10"
  },
  "dependencies": {
    "chart.js": "^2.8.0",
    "handlebars": "^4.7.3",
    "marked": "^15.0.3"
  },
  "files": [
    "dist/"
  ],
  "contributors": [
    {
      "name": "Des Horsley",
      "url": "https://github.com/DesHorsley"
    },
    {
      "name": "Tyler Haigh",
      "url": "https://github.com/TylerHaigh"
    }
  ],
  "bugs": {
    "url": "https://github.com/yachr/yachr/issues"
  }
}
