cypress-mailosaur
Version:
Extends Cypress' cy commands that let you integrate email and SMS testing into your continuous integration process.
50 lines (49 loc) • 1.57 kB
JSON
{
"name": "cypress-mailosaur",
"version": "5.0.0",
"description": "Extends Cypress' cy commands that let you integrate email and SMS testing into your continuous integration process.",
"keywords": [
"cypress",
"mailosaur",
"email",
"sms",
"testing",
"automation",
"testing-tools"
],
"author": "Mailosaur Ltd",
"license": "MIT",
"repository": "https://github.com/mailosaur/cypress-mailosaur",
"bugs": "https://github.com/mailosaur/mailosaur-node/issues",
"files": [
"dist",
"README.md",
"LICENSE"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"coveralls": "cat ./coverage/lcov.info | coveralls",
"lint": "if [ -n \"$CI\" ]; then (npm run lint:strict) else (npm run lint:default) fi",
"lint:default": "npx biome check . --diagnostic-level=warn && npx tsc && npx tsc -p test/tsconfig.json",
"lint:strict": "npx biome check . --diagnostic-level=warn --error-on-warnings && npx tsc && npx tsc -p test/tsconfig.json",
"lint:fix": "npx biome check --write .",
"format": "npx biome format --write .",
"build": "npm run lint && npx tsc -p tsconfig.json",
"prepack": "npm run build",
"test": "npm run build && cd test && npm run test:ci",
"test:ci": "npm run build && cd test && npm run test:ci"
},
"peerDependencies": {
"cypress": ">= 15.0.0"
},
"devDependencies": {
"@biomejs/biome": "2.3.13",
"@types/node": "^18.19.130",
"coveralls": "^3.1.1",
"typescript": "^5.9.3"
},
"engines": {
"node": ">= v10.0.0"
}
}