|
| 1 | +{ |
| 2 | + "name": "jest-allure2-reporter", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "TODO: describe reporter", |
| 5 | + "license": "MIT", |
| 6 | + "keywords": [ |
| 7 | + "allure", |
| 8 | + "allure2", |
| 9 | + "jest", |
| 10 | + "jest-reporter", |
| 11 | + "reporter" |
| 12 | + ], |
| 13 | + "authors": [ |
| 14 | + "Yaroslav Serhieiev <[email protected]>" |
| 15 | + ], |
| 16 | + "repository": { |
| 17 | + "url": "github:wix-incubator/jest-allure2-reporter" |
| 18 | + }, |
| 19 | + "engines": { |
| 20 | + "node": ">=14.0.0" |
| 21 | + }, |
| 22 | + "main": "./dist/index.js", |
| 23 | + "typings": "./dist/index.d.ts", |
| 24 | + "files": [ |
| 25 | + "src", |
| 26 | + "dist" |
| 27 | + ], |
| 28 | + "scripts": { |
| 29 | + "prepare": "husky install && npm run build", |
| 30 | + "build": "tsc", |
| 31 | + "docs": "typedoc && cp -r media website", |
| 32 | + "website": "http-server -p 3000 website", |
| 33 | + "lint": "eslint . --fix", |
| 34 | + "lint:ci": "eslint .", |
| 35 | + "lint:staged": "lint-staged", |
| 36 | + "test": "jest", |
| 37 | + "test:ci": "jest --coverage" |
| 38 | + }, |
| 39 | + "devDependencies": { |
| 40 | + "@commitlint/cli": "^17.0.3", |
| 41 | + "@commitlint/config-conventional": "^17.0.3", |
| 42 | + "@jest/environment": "^28.1.2", |
| 43 | + "@jest/types": "^28.1.1", |
| 44 | + "@types/jest": "^28.1.3", |
| 45 | + "@types/node": "^12.20.55", |
| 46 | + "@typescript-eslint/eslint-plugin": "^5.29.0", |
| 47 | + "@typescript-eslint/parser": "^5.29.0", |
| 48 | + "cz-conventional-changelog": "^3.3.0", |
| 49 | + "eslint": "^8.18.0", |
| 50 | + "eslint-config-prettier": "^8.5.0", |
| 51 | + "eslint-import-resolver-typescript": "^3.1.1", |
| 52 | + "eslint-plugin-import": "^2.26.0", |
| 53 | + "eslint-plugin-jsdoc": "^39.3.3", |
| 54 | + "eslint-plugin-no-only-tests": "^2.6.0", |
| 55 | + "eslint-plugin-node": "^11.1.0", |
| 56 | + "eslint-plugin-prettier": "^4.1.0", |
| 57 | + "eslint-plugin-unicorn": "^42.0.0", |
| 58 | + "fs-extra": "^10.1.0", |
| 59 | + "husky": "^8.0.1", |
| 60 | + "jest": "^28.1.1", |
| 61 | + "jest-environment-node": "^28.1.2", |
| 62 | + "lint-staged": "^13.0.3", |
| 63 | + "prettier": "^2.7.1", |
| 64 | + "semantic-release": "^19.0.3", |
| 65 | + "ts-jest": "^28.0.5", |
| 66 | + "ts-node": "^10.8.1", |
| 67 | + "typedoc": "^0.22.18", |
| 68 | + "typescript": "~4.3.5", |
| 69 | + "zx": "^7.0.3" |
| 70 | + }, |
| 71 | + "dependencies": {} |
| 72 | +} |
0 commit comments