{ "name": "testcafe-reporter-xunit", "version": "2.2.2", "description": "xUnit TestCafe reporter plugin.", "repository": "https://github.com/DevExpress/testcafe-reporter-xunit", "author": { "name": "Developer Express Inc.", "url": "https://devexpress.com" }, "main": "src/index.js", "files": [ "src" ], "scripts": { "test": "npm run lint && mocha", "lint": "eslint .", "preview": "node ./build/preview.js", "publish-please": "publish-please", "prepublish": "publish-please guard" }, "keywords": [ "testcafe", "reporter", "plugin", "xunit", "junit", "nunit" ], "license": "MIT", "devDependencies": { "callsite-record": "^3.2.0", "eslint": "^8.16.0", "mocha": "^10.0.0", "normalize-newline": "^1.0.2", "publish-please": "^5.5.2", "read-file-relative": "^1.2.0", "testcafe": "^1.18.6" }, "overrides": { "lodash": "^4.17.21" }, "resolutions": { "lodash": "^4.17.21" } }