UNPKG

@moroo/wdio-slack-reporter

Version:

Reporter from WebdriverIO using Incoming webhook and Web API to send results to Slack.

84 lines (83 loc) 2.09 kB
{ "name": "@moroo/wdio-slack-reporter", "version": "9.0.0", "description": "Reporter from WebdriverIO using Incoming webhook and Web API to send results to Slack.", "repository": { "type": "git", "url": "https://github.com/morooLee/wdio-slack-reporter.git" }, "homepage": "https://github.com/morooLee/wdio-slack-reporter", "bugs": { "url": "https://github.com/morooLee/wdio-slack-reporter/issues" }, "author": { "name": "moroo Lee", "email": "moroo.lee@gmail.com" }, "license": "MIT", "main": "dist/index.cjs", "module": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.cjs", "types": "./dist/index.d.ts" } }, "type": "module", "scripts": { "prepare": "pnpm run build", "build": "tsup", "lint": "eslint .", "lint:fix": "eslint . --fix", "test": "echo \"Error: no test specified\" && exit 1", "clean": "rimraf dist/", "prepack": "pnpm run clean && pnpm run build" }, "keywords": [ "webdriverio", "wdio", "slack", "reporter", "wdio-reporter", "slack-reporter", "wdio-slack-reporter" ], "engines": { "node": ">= 18", "npm": ">= 8.6.0" }, "dependencies": { "@slack/types": "^2.14.0", "@slack/web-api": "^7.8.0", "@slack/webhook": "^7.0.4", "@wdio/logger": "^9.4.4", "@wdio/reporter": "^9.12.3", "@wdio/types": "^9.12.3" }, "devDependencies": { "@eslint/js": "^9.22.0", "@stylistic/eslint-plugin": "^4.2.0", "@typescript-eslint/eslint-plugin": "^8.26.1", "@typescript-eslint/parser": "^8.26.1", "eslint": "^9.22.0", "eslint-plugin-import": "^2.31.0", "eslint-plugin-n": "^17.16.2", "eslint-plugin-node": "^11.1.0", "eslint-plugin-notice": "^1.0.0", "rimraf": "^5.0.5", "tsup": "^8.4.0", "typescript": "^5.3.3" }, "packageManager": "pnpm@10.8.0", "files": [ "dist/**/*", "LICENSE", "README.md" ], "sideEffects": false, "publishConfig": { "access": "public" } }