{
  "name": "@amiceli/vitest-cucumber",
  "version": "7.0.0",
  "description": "vitest tools to use Gherkin feature in unit tests",
  "main": "dist/module.mjs",
  "type": "module",
  "bin": {
    "vitest-cucumber": "dist/cli-generate.js"
  },
  "exports": {
    ".": {
      "types": "./dist/module.d.mts",
      "default": "./dist/module.mjs"
    },
    "./browser": {
      "types": "./dist/browser.d.mts",
      "default": "./dist/browser.mjs"
    },
    "./plugin": {
      "types": "./dist/plugin.d.mts",
      "default": "./dist/plugin.mjs"
    },
    "./load-feature": {
      "types": "./dist/load-feature.d.mts",
      "default": "./dist/load-feature.mjs"
    }
  },
  "types": "./dist/module.d.mts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "npm run prebuild && npx tsdown",
    "build:watch": "npm run prebuild && npx tsdown --watch",
    "lefthook:prepare": "lefthook install",
    "lint": "biome check",
    "lint:fix": "biome check --write",
    "prebuild": "node prebuild.js",
    "test": "npm run prebuild && vitest",
    "test:unit": "npm run prebuild && vitest --run",
    "test:coverage": "npm run prebuild && vitest run --coverage"
  },
  "keywords": [
    "vitest",
    "cucumber",
    "Gherkin"
  ],
  "author": "amiceli",
  "license": "ISC",
  "devDependencies": {
    "@biomejs/biome": "2.5.1",
    "@commitlint/cli": "21.1.0",
    "@commitlint/config-conventional": "21.1.0",
    "@types/node": "^24.12.2",
    "@vitest/coverage-v8": "4.0.4",
    "lefthook": "2.1.9",
    "tsdown": "^0.22.3",
    "typescript": "6.0.3",
    "vite": "8.0.10"
  },
  "peerDependencies": {
    "vitest": "^4.0.4"
  },
  "dependencies": {
    "callsites": "4.2.0",
    "minimist": "1.2.8",
    "parsecurrency": "1.1.1",
    "ts-morph": "28.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/amiceli/vitest-cucumber.git"
  },
  "bugs": {
    "url": "https://github.com/amiceli/vitest-cucumber/issues"
  },
  "homepage": "https://github.com/amiceli/vitest-cucumber#readme"
}
