UNPKG

jest-spec-reporter

Version:
52 lines (51 loc) 1.25 kB
{ "name": "jest-spec-reporter", "version": "1.0.19", "description": "Simple Spec reporter for Jest", "main": "./lib/index.js", "directories": { "lib": "lib" }, "scripts": { "jest": "jest", "test": "npm run jest && npm run lint", "lint": "eslint --cache --color --ext .jsx,.js lib example", "example": "cd example/ && jest", "prettier": "prettier --write \"**/*.js\"", "preversion": "npm test", "postversion": "git push && git push --tags" }, "repository": { "type": "git", "url": "git+https://github.com/pierreroth64/jest-spec-reporter.git" }, "keywords": [ "jest", "spec", "reporter" ], "author": "Peio Roth", "license": "MIT", "bugs": { "url": "https://github.com/pierreroth64/jest-spec-reporter/issues" }, "homepage": "https://github.com/pierreroth64/jest-spec-reporter#readme", "dependencies": { "chalk": "4.1.1", "moment": "2.29.4" }, "devDependencies": { "eslint": "7.28.0", "eslint-config-arpinum": "5.0.0", "eslint-plugin-jest": "24.3.6", "jest": "27.0.4", "prettier": "2.3.1" }, "jest": { "testURL": "http://localhost/", "testPathIgnorePatterns": [ "/node_modules/", "/example/" ] } }