wdio-ms-teams-service
Version:
A WebdriverIO plugin to report to Microsoft Teams channel webhooks
67 lines (66 loc) • 2.08 kB
JSON
{
"name": "wdio-ms-teams-service",
"version": "0.1.9",
"description": "A WebdriverIO plugin to report to Microsoft Teams channel webhooks",
"main": "build/index.js",
"directories": {
"test": "tests"
},
"dependencies": {
"@cucumber/cucumber": "^7.3.0",
"@cucumber/messages": "^16.0.1",
"@wdio/reporter": "^7.7.3",
"@wdio/types": "^7.7.3",
"axios": "^0.21.1",
"webdriverio": "^7.7.4"
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.2",
"@babel/preset-typescript": "^7.13.0",
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@tsconfig/node12": "^1.0.7",
"@types/jest": "^26.0.23",
"@typescript-eslint/eslint-plugin": "^4.24.0",
"@typescript-eslint/parser": "^4.24.0",
"babel-jest": "^26.6.3",
"eslint": "^7.26.0",
"eslint-config-prettier": "^8.3.0",
"husky": "^6.0.0",
"jest": "^26.6.3",
"lint-staged": "^11.0.0",
"prettier": "2.3.0",
"standard-version": "^9.3.0",
"typescript": "^4.2.4"
},
"files": [
"build/**/*"
],
"scripts": {
"test": "jest --passWithNoTests",
"lint": "eslint '*/**/*.{js,ts,tsx}' --quiet --fix",
"build": "tsc",
"prepublishOnly": "npm run test --passWithNoTests && npm run lint",
"release": "standard-version"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marcelblijleven/wdio-ms-teams-service.git"
},
"keywords": [
"webdriverio",
"wdio",
"wdio-reporter",
"ms-teams"
],
"author": "Marcel Blijleven <marcelblijleven@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/marcelblijleven/wdio-ms-teams-service/issues"
},
"homepage": "https://github.com/marcelblijleven/wdio-ms-teams-service#readme"
}