artillery
Version:
Cloud-scale load testing. https://www.artillery.io
22 lines (21 loc) • 477 B
JSON
{
"name": "artillery-plugin-slack",
"version": "1.22.0",
"private": true,
"description": "Send Artillery.io test notifications to Slack",
"main": "./dist/index.js",
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"build": "tsc -p tsconfig.build.json"
},
"keywords": [],
"license": "MPL-2.0",
"dependencies": {
"debug": "^4.4.3",
"got": "^14.6.6"
},
"type": "module"
}