{
  "name": "feature-collector",
  "version": "1.1.22",
  "description": "collect feature files in an object",
  "keywords": [
    "cucumber",
    "features",
    "gherkin"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "NODE_ENV=test mocha-parallel-tests -r ts-node/register --recursive test/**/*-spec.*  --timeout 50000 --slow 1000 ",
    "test-cover": "nyc --clean npm run test",
    "update-package-json-dependencies": "npx ncu -u && npm i",
    "generate:eslintrc": "npx tslint-to-eslint-config",
    "eslint-fix-all": "npx eslint src/**/*.ts test/**/*.ts --fix",
    "create-package": "npx tsc -p tsconfig.json && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://yon_cuadrado@bitbucket.org/yon_cuadrado/cucumber-node-html-reporter.git"
  },
  "author": "Yon Cuadrado",
  "dependencies": {
    "cucumber-html-reporter-common-functions": "1.1.25",
    "gherkin": "9.0.0",
    "json-html-reporter-models": "1.1.26"
  },
  "devDependencies": {
    "@types/chai": "4.2.11",
    "@types/chai-as-promised": "7.1.3",
    "@types/fs-extra": "9.0.1",
    "@types/long": "4.0.1",
    "@types/mocha": "7.0.2",
    "@types/node": "14.0.22",
    "@types/sinon": "9.0.4",
    "@types/sinon-chai": "3.2.4",
    "@typescript-eslint/eslint-plugin": "3.6.0",
    "@typescript-eslint/eslint-plugin-tslint": "3.6.0",
    "@typescript-eslint/parser": "3.6.0",
    "chai": "4.2.0",
    "chai-as-promised": "7.1.1",
    "eslint": "7.4.0",
    "eslint-config-prettier": "6.11.0",
    "eslint-config-standard": "14.1.1",
    "eslint-plugin-chai-friendly": "0.6.0",
    "eslint-plugin-import": "2.22.0",
    "eslint-plugin-node": "11.1.0",
    "eslint-plugin-prefer-arrow": "1.2.1",
    "eslint-plugin-prettier": "3.1.4",
    "eslint-plugin-promise": "4.2.1",
    "eslint-plugin-standard": "4.0.1",
    "import": "0.0.6",
    "mocha": "8.0.1",
    "mocha-parallel-tests": "2.3.0",
    "mocha-sinon": "2.1.2",
    "npm-check-updates": "7.0.1",
    "nyc": "15.1.0",
    "prettier": "2.0.5",
    "sinon": "9.0.2",
    "sinon-chai": "3.5.0",
    "ts-node": "8.10.2",
    "tslint": "6.1.2",
    "tslint-to-eslint-config": "1.0.0",
    "typescript": "3.9.6"
  },
  "directories": {
    "doc": "docs",
    "src": "src",
    "test": "test"
  },
  "license": "ISC"
}
