UNPKG

testcafe-reporter-list

Version:
45 lines (44 loc) 1.08 kB
{ "name": "testcafe-reporter-list", "version": "2.2.0", "description": "List TestCafe reporter plugin.", "repository": "https://github.com/DevExpress/testcafe-reporter-list", "author": { "name": "Developer Express Inc.", "url": "https://devexpress.com" }, "main": "lib/index", "files": [ "lib" ], "scripts": { "test": "gulp test", "build": "gulp build", "publish-please": "publish-please", "prepublish": "publish-please guard" }, "keywords": [ "testcafe", "reporter", "plugin", "list" ], "license": "MIT", "devDependencies": { "@babel/core": "^7.21.3", "@babel/preset-env": "^7.20.2", "@babel/eslint-parser": "^7.21.3", "babel-plugin-add-module-exports": "^1.0.4", "callsite-record": "^3.2.0", "del": "^1.2.0", "gulp": "^4.0.2", "gulp-babel": "^8.0.0", "gulp-eslint": "^6.0.0", "gulp-mocha": "^8.0.0", "normalize-newline": "^3.0.0", "os-family": "^1.0.0", "publish-please": "^5.5.2", "read-file-relative": "^1.2.0", "testcafe": "2.4.0" } }