UNPKG

codeceptjs-webhook-helper

Version:
48 lines (47 loc) 1.07 kB
{ "name": "codeceptjs-webhook-helper", "version": "0.0.2", "description": "CodeceptJS helper for testing webhook calls", "dependencies": { "http": "^0.0.1-security" }, "scripts": { "example": "cd test && npx codeceptjs run", "test": "jest" }, "devDependencies": { "codeceptjs": "^3.0.4", "playwright": "1.6.2", "jest": "^26.6.3", "axios": "^0.21.1" }, "keywords": [ "codeceptJS", "codeceptjs", "resemblejs", "e2e", "codeceptjs-weebhook", "weebhook" ], "jest": { "roots": [ "./tests" ], "testTimeout": 50000 }, "author": "Semir Turgay <semir.turgay@gmail.com>", "license": "MIT", "main": "index.js", "directories": { "example": "example", "test": "tests" }, "repository": { "type": "git", "url": "git+https://github.com/onemolegames/codeceptjs-webhook-helper.git" }, "bugs": { "url": "https://github.com/onemolegames/codeceptjs-webhook-helper/issues" }, "homepage": "https://github.com/onemolegames/codeceptjs-webhook-helper#readme" }