testcafe-reporter-qatouch
Version:
qatouch TestCafe reporter plugin.
49 lines (48 loc) • 1.15 kB
JSON
{
"name": "testcafe-reporter-qatouch",
"version": "1.1.0",
"description": "qatouch TestCafe reporter plugin.",
"repository": "https://github.com/gitdckap/testcafe-reporter-qatouch",
"author": {
"name": "qatouch",
"email": "qatouch@dckap.com",
"url": "https://qatouch.com"
},
"main": "lib/index",
"files": [
"lib"
],
"scripts": {
"test": "gulp test",
"publish-please": "publish-please",
"prepublish": "publish-please guard"
},
"keywords": [
"testcafe",
"reporter",
"plugin",
"qatouch"
],
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/plugin-transform-runtime": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"babel-eslint": "^10.0.1",
"callsite-record": "^3.2.0",
"del": "^1.2.0",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0",
"gulp-eslint": "^5.0.0",
"gulp-mocha": "^8.0.0",
"normalize-newline": "^1.0.2",
"publish-please": "^5.4.3",
"read-file-relative": "^1.2.0",
"testcafe": "^1.0.1"
},
"dependencies": {
"@babel/runtime": "^7.3.4",
"dotenv": "^8.0.0",
"sync-request": "^6.1.0"
}
}