UNPKG

jest-environment-steps

Version:
55 lines (54 loc) 1.35 kB
{ "name": "jest-environment-steps", "version": "1.1.1", "description": "Jest Environment to run the tests as Steps", "main": "./dist/index.js", "typings": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "clean": "npx rimraf dist", "prettier": "npx prettier --check --ignore-unknown ./", "tsc": "npx tsc", "build": "npm run prettier && npm run clean && npm run tsc", "prepack": "npm run build", "postversion": "git push --follow-tags" }, "repository": { "type": "git", "url": "git+https://github.com/sodaru/jest-environment-steps.git" }, "keywords": [ "jest", "environment", "node", "steps", "step", "pipeline", "jest-bdd", "bdd", "behaviour-driven-development" ], "author": "Raghavendra K R <raghavendra@sodaru.com>", "license": "MIT", "bugs": { "url": "https://github.com/sodaru/jest-environment-steps/issues" }, "homepage": "https://github.com/sodaru/jest-environment-steps#readme", "peerDependencies": { "jest": "^27.0.3 || ^28.1.0 || ^29.0.0" }, "devDependencies": { "@types/jest": "^27.0.3", "jest": "^27.0.3 || ^28.1.0|| ^29.0.0", "typescript": "^4.5.4", "prettier": "^2.3.2" }, "prettier": { "arrowParens": "avoid", "endOfLine": "lf", "trailingComma": "none", "tabWidth": 2 } }