-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
28 lines (28 loc) · 839 Bytes
/
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
{
"private": true,
"version": "0.0.0-development",
"engines": {
"node": "20.x"
},
"packageManager": "[email protected]",
"description": "Test your emails with Behat and Cypress, when using the Symfony Mailer component.",
"repository": "https://github.com/Kocal/SymfonyMailerTesting",
"author": "Hugo Alliaume <[email protected]>",
"license": "MIT",
"scripts": {
"test": "jest",
"biome:check": "biome check .",
"biome:apply": "$npm_execpath biome:check --apply-unsafe",
"biome:ci": "biome ci ."
},
"peerDependencies": {
"cypress": ">=4.0.0"
},
"devDependencies": {
"@biomejs/biome": "^1.7.3",
"@types/jest": "^29.5.11",
"cypress": "^13.6.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0"
}
}