UNPKG

@assurka/jest

Version:

Assurka Jest Plugin

70 lines (69 loc) 1.87 kB
{ "name": "@assurka/jest", "version": "28.0.4", "description": "Assurka Jest Plugin", "main": "dist/index.js", "types": "dist/index.d.ts", "keywords": [ "assurka", "jest", "jestjs", "jest plugin", "jest reporter", "testing", "angular", "react", "unit testing" ], "exports": { ".": "./dist/index.js", "./assurka": "./dist/assurka.js", "./global/setup": "./dist/globalSetup.js", "./global/teardown": "./dist/globalTeardown.js", "./watcher": "./dist/watcher" }, "scripts": { "pretest": "tsc --project .", "build": "tsc --project .", "clean": "rm -rf dist", "test": "npm run build && jest --testLocationInResults --runInBand --watchAll", "format": "prettier --config .prettierrc 'src/**/*.ts' --write", "prepublishOnly": "npm run clean && npm version patch && npm run build && cp package*.* dist && cp *.md dist", "jest": "jest --watchAll" }, "files": [ "/dist" ], "author": "Assurka Limited", "license": "SEE LICENSE IN LICENSE.md", "devDependencies": { "@jest/reporters": "^27.5.1", "@types/express": "^4.17.13", "@types/jest": "^27.5.1", "@types/node": "^15.12.2", "@types/node-fetch": "^2.5.10", "@types/pluralize": "^0.0.29", "@types/prompts": "^2.0.14", "ansi-escapes": "^5.0.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^3.4.0", "jest": "^27.5.1", "npm": "^7.24.1", "prettier": "^2.3.1", "ts-jest": "^27.1.4", "typescript": "^4.3.2" }, "dependencies": { "chalk": "^4.1.2", "colors": "^1.4.0", "express": "^4.18.1", "git-changed-files": "^1.0.0", "git-diff-from": "^1.1.33", "git-last-commit": "^1.0.1", "i": "^0.3.7", "node-fetch": "^2.6.1", "node-notifier": "^10.0.0", "pluralize": "^8.0.0", "prompts": "^2.4.2" } }