{ "name": "jest-serial-runner", "version": "0.0.0-semantically-released", "description": "Extending the Jest default runner to run tests serially by default", "main": "index.js", "files": [ "index.js" ], "repository": { "type": "git", "url": "git+https://github.com/gabrieli/jest-serial-runner.git" }, "keywords": [ "jest", "jest-runner", "serial", "runinband", "run-in-band" ], "author": "gabrieli ", "contributors": [ "Evan Dwight ", "codejedi365 ", "yuanfang-dev ", "Adam Uhlíř ", "Regev Brody " ], "license": "MIT", "bugs": { "url": "https://github.com/gabrieli/jest-serial-runner/issues" }, "homepage": "https://github.com/gabrieli/jest-serial-runner#readme", "peerDependencies": { "jest-runner": "24.x - 30.x" }, "publishConfig": { "access": "public" }, "devDependencies": { "@commitlint/cli": "^17.1.2", "@commitlint/config-conventional": "^17.1.0", "@commitlint/cz-commitlint": "^17.1.2", "@semantic-release/changelog": "^6.0.1", "commitizen": "^4.2.5", "husky": "^8.0.1", "is-ci": "^3.0.1", "semantic-release": "^19.0.5", "semantic-release-npm-deprecate-old-versions": "^1.3.4" }, "scripts": { "commit": "git commit", "commit-retry": "CZ_RETRY=true git commit", "prepare": "is-ci || husky install", "prepublishOnly": "is-ci || exit 1" } }