UNPKG

testcafe-reporter-xray-cloud-json

Version:
59 lines (58 loc) 1.56 kB
{ "name": "testcafe-reporter-xray-cloud-json", "version": "0.7.2", "description": "xray-cloud-json TestCafe reporter plugin.", "repository": "https://github.com/PaulMEdwards/testcafe-reporter-xray-cloud-json", "homepage": "https://github.com/PaulMEdwards/testcafe-reporter-xray-cloud-json#readme", "bugs": { "url": "https://github.com/PaulMEdwards/testcafe-reporter-xray-cloud-json/issues" }, "author": { "name": "Paul M Edwards", "email": "pauledwards+github+testcafe-xray-cloud-json@gmail.com", "url": "https://github.com/PaulMEdwards" }, "main": "lib/index", "files": [ "lib" ], "scripts": { "build": "gulp build", "preview": "gulp preview", "test": "gulp test", "publish-please": "publish-please", "prepublish": "publish-please guard" }, "keywords": [ "testcafe", "reporter", "plugin", "jira", "jira-cloud", "xray", "xray-cloud" ], "license": "MIT", "devDependencies": { "@babel/core": "^7.3.4", "@babel/eslint-parser": "^7.14.7", "@babel/plugin-transform-runtime": "^7.3.4", "@babel/preset-env": "^7.3.4", "callsite-record": "^3.2.0", "del": "^1.2.0", "eslint": "^7.29.0", "gulp": "^4.0.2", "gulp-babel": "^8.0.0", "gulp-eslint": "^6.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.4.0" }, "dependencies": { "@babel/runtime": "^7.3.4", "axios": "^0.21.1", "dotenv-safe": "^8.2.0" } }