UNPKG

quickpickle

Version:

Plugin for Vitest to run tests written in Gherkin Syntax.

77 lines 1.96 kB
{ "name": "quickpickle", "version": "1.9.0", "description": "Plugin for Vitest to run tests written in Gherkin Syntax.", "keywords": [ "BDD", "testing", "behavioral", "cucumber", "gherkin", "vitest", "playwright", "react", "svelte", "vue", "angular" ], "homepage": "https://github.com/dnotes/quickpickle#readme", "bugs": { "url": "https://github.com/dnotes/quickpickle/issues" }, "license": "MIT", "main": "./dist/index.cjs", "module": "./dist/index.esm.js", "types": "./dist/index.d.ts", "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "require": "./dist/index.cjs", "import": "./dist/index.esm.js" } }, "files": [ "dist" ], "dependencies": { "@a11y-tools/aria-roles": "^1.0.0", "@coderosh/image-size": "^2.0.1", "@cucumber/cucumber-expressions": "^18.0.1", "@cucumber/gherkin": "^32.1.0", "@cucumber/messages": "^27.2.0", "@cucumber/tag-expressions": "^6.1.2", "buffer": "^6.0.3", "lodash": "^4.17.21", "lodash-es": "^4.17.21" }, "devDependencies": { "@optimize-lodash/esbuild-plugin": "^3.2.0", "@optimize-lodash/rollup-plugin": "^5.0.2", "@rollup/plugin-replace": "^6.0.2", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^12.1.2", "@types/lodash": "^4.17.16", "@types/lodash-es": "^4.17.12", "@types/node": "^22.15.17", "playwright": "^1.52.0", "rollup": "^4.40.2", "typescript": "^5.8.3", "vite": "^6.3.5", "vitest": "^3.1.4" }, "peerDependencies": { "vitest": "^1.0.0 || >=2.0.0" }, "repository": { "type": "git", "url": "https://github.com/dnotes/quickpickle.git" }, "scripts": { "build": "rollup -c && FORMAT=cjs rollup -c", "download:path-sanitizer": "scripts/path-sanitizer.sh", "type-check": "tsc --noEmit", "test:watch": "vitest", "test": "vitest --run" } }