-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.08 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "cypress-mailpit",
"version": "1.4.0",
"description": "Cypress Commands for Mailpit 💌",
"main": "rewrite/index.js",
"types": "cypress.d.ts",
"scripts": {
"dev": "npm run build && npm run cy:dev",
"test": "cypress run --headless",
"release": "standard-version",
"check": "biome check",
"format": "biome format",
"lint": "biome lint",
"fix": "biome check --write",
"build": "tsc index.ts",
"cy:run": "cypress run --headless",
"cy:dev": "cypress open -b electron"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pushpak1300/cypress-mailpit"
},
"keywords": [
"cypress",
"mailpit",
"testing",
"email",
"javascript",
"typescript"
],
"author": "pushpak1300@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/pushpak1300/cypress-mailpit/issues"
},
"homepage": "https://github.com/pushpak1300/cypress-mailpit#readme",
"devDependencies": {
"@types/cypress": "^1.1.3",
"cypress": "^13.12.0",
"typescript": "^5.5.2",
"@biomejs/biome": "1.8.2"
}
}