{
  "name": "check-cucumber",
  "version": "0.6.0",
  "main": "index.js",
  "repository": "git@github.com:testomatio/check-cucumber.git",
  "author": "Koushik Mohan <koushikmohan1996@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "@cucumber/cucumber": "^9.1.0",
    "chalk": "^3.0.0",
    "commander": "^4.1.1",
    "dotenv": "^16.0.3",
    "gherkin": "^9.0.0",
    "glob": "^7.1.6",
    "insert-line": "^1.1.0"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "eslint": "^6.8.0",
    "eslint-config-airbnb-base": "^14.0.0",
    "eslint-plugin-import": "^2.20.1",
    "mocha": "^7.2.0",
    "nock": "^14.0.5"
  },
  "bin": {
    "check-cucumber": "./bin/check.js"
  },
  "scripts": {
    "test": "mocha tests/**_test.js"
  }
}
