-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.27 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
44
45
46
{
"name": "codeceptjs-testmailapp-helper",
"version": "1.1.1",
"description": "Testmail.app (https://testmail.app) helper for email testing.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"ci": "echo Ignored",
"test": "echo Ignored",
"tsc": "tsc -d",
"lint": "biome lint src && biome format src",
"lint:fix": "biome check src --apply-unsafe && biome format src --write"
},
"peerDependencies": {
"codeceptjs": "3"
},
"repository": {
"type": "git",
"url": "https://github.com/pavkam/codeceptjs-testmailapp-helper.git"
},
"author": "Alexandru Ciobanu <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pavkam/codeceptjs-testmailapp-helper/issues"
},
"keywords": [
"codeceptjs",
"codecept",
"testmail.app",
"e2e",
"playwright"
],
"homepage": "https://github.com/pavkam/codeceptjs-testmailapp-helper#readme",
"dependencies": {
"@testmail.app/graphql-request": "1.8.4",
"typescript": "5.6.3"
},
"devDependencies": {
"codeceptjs": "3",
"@biomejs/biome": "1.9.4"
},
"files": [
"dist/*",
"README.md"
]
}