{
  "name": "jest-cucumber-extra",
  "version": "1.1.6",
  "description": "Execute Gherkin scenarios in Jest with extra functionality",
  "main": "dist/src/index.js",
  "typings": "dist/src/index.d.ts",
  "scripts": {
    "build": "tsc",
    "jest": "jest --verbose",
    "test": "npm run build & npm run lint & jest --color",
    "lint": "eslint '*/**/*.{js,ts,tsx}' --quiet --fix"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dev-adsoftware/jest-cucumber-extra.git"
  },
  "keywords": [
    "jest",
    "gherkin",
    "cucumber"
  ],
  "author": "American Dreams Software",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dev-adsoftware/jest-cucumber-extra/issues"
  },
  "homepage": "https://github.com/dev-adsoftware/jest-cucumber-extra#readme",
  "devDependencies": {
    "@types/lodash": "^4.14.155",
    "@typescript-eslint/eslint-plugin": "^3.1.0",
    "@typescript-eslint/parser": "^3.1.0",
    "eslint": "^7.1.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-prettier": "^3.1.3",
    "jest-watch-typeahead": "^0.6.0",
    "prettier": "^2.0.5",
    "ts-jest": "^26.1.0",
    "typescript": "^3.9.5"
  },
  "dependencies": {
    "@cucumber/gherkin": "13.0.0",
    "@cucumber/messages": "12.1.1",
    "@types/jest": "^25.2.3",
    "@types/node": "^14.0.10",
    "callsites": "3.0.0",
    "jest": "^26.0.1",
    "lodash": "^4.17.15"
  },
  "jest": {
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    },
    "testMatch": [
      "**/*.test.ts"
    ],
    "moduleFileExtensions": [
      "js",
      "ts",
      "tsx"
    ],
    "watchPlugins": [
      "jest-watch-typeahead/filename",
      "jest-watch-typeahead/testname"
    ]
  },
  "files": [
    "dist"
  ]
}
