UNPKG

prettier-plugin-gherkin

Version:

This prettier plugin format your gherkin (`.feature` files) documents.

50 lines (49 loc) 1.29 kB
{ "name": "prettier-plugin-gherkin", "version": "3.1.2", "type": "module", "description": "This prettier plugin format your gherkin (`.feature` files) documents.", "repository": { "type": "git", "url": "git+https://github.com/mapado/prettier-plugin-gherkin.git" }, "bugs": { "url": "https://github.com/mapado/prettier-plugin-gherkin/issues" }, "homepage": "https://github.com/mapado/prettier-plugin-gherkin", "exports": { ".": "./dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "node build/clean-dist.mjs && tsc", "lint": "tsc --noEmit", "example": "yarn build && prettier --plugin=dist/index.js tests/plugin/example.feature", "test": "yarn build && NODE_OPTIONS=--experimental-vm-modules jest", "prepublishOnly": "yarn build" }, "keywords": [ "prettier", "plugin", "gherkin" ], "author": { "name": "Julien Deniau", "email": "julien.deniau@gmail.com" }, "license": "MIT", "dependencies": { "@cucumber/gherkin": "^27.0.0", "@cucumber/messages": "^23.0.0", "prettier": "^3.0.0" }, "devDependencies": { "@types/node": "^18.11.7", "jest": "^29.0.0", "jest-watch-typeahead": "^2.2.2", "typescript": "^4.8.4" }, "packageManager": "yarn@4.5.3" }