@seriesfi/cypress-courier
Version:
A Cypress plugin for handling email testing with Courier
46 lines (45 loc) • 1.04 kB
JSON
{
"name": "@seriesfi/cypress-courier",
"version": "0.1.0",
"description": "A Cypress plugin for handling email testing with Courier",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"cypress/support"
],
"scripts": {
"build": "tsc --build",
"cy:open": "cypress open",
"cy:run": "cypress run",
"test": "npm run cy:run",
"prepare": "npm run build",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/seriesfi/cypress-courier.git"
},
"keywords": [
"email",
"courier",
"cypress",
"plugin",
"testing",
"e2e"
],
"author": "Series Financial",
"license": "MIT",
"bugs": {
"url": "https://github.com/seriesfi/cypress-courier/issues"
},
"homepage": "https://github.com/seriesfi/cypress-courier#readme",
"devDependencies": {
"@types/node": "^20.11.24",
"typescript": "^5.8.2"
},
"peerDependencies": {
"cypress": "^14.2.0"
}
}