cypress-discord-webhook-integration
Version:
Discord Webhook integration for Cypress autotests
34 lines (33 loc) • 935 B
JSON
{
"name": "cypress-discord-webhook-integration",
"version": "1.2.5",
"description": "Discord Webhook integration for Cypress autotests",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Smoliarick/cypress-discord-webhook-integration.git"
},
"keywords": [
"cypress",
"discord"
],
"author": "Ivan Smolyarov",
"license": "MIT License",
"bugs": {
"url": "https://github.com/Smoliarick/cypress-discord-webhook-integration/issues"
},
"homepage": "https://github.com/Smoliarick/cypress-discord-webhook-integration#readme",
"dependencies": {
"axios": ">=1.7.4",
"form-data": "^4.0.0",
"fs": "^0.0.1-security",
"node-html-to-image": "^4.0.0",
"ws": ">=8.18.0"
},
"devDependencies": {
"eslint": "^8.35.0",
"eslint-config-google": "^0.14.0",
"husky": "^8.0.3",
"lint-staged": "^13.1.2"
}
}