-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
45 lines (45 loc) · 1.13 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
{
"name": "@codeceptjs/mailslurp-helper",
"version": "1.4.1",
"description": "MailSlurp helper for testing emails https://mailslurp.com",
"main": "./dist/index.js",
"scripts": {
"compile": "tsc",
"test": "jest",
"docs": "documentation readme src/index.ts --section=API --shallow"
},
"peerDependencies": {
"codeceptjs": "3.6.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codeceptjs/mailslurp-helper.git"
},
"author": "Michael Bodnarchuk [email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/codeceptjs/mailslurp-helper/issues"
},
"homepage": "https://github.com/codeceptjs/mailslurp-helper#readme",
"dependencies": {
"chai": "^4.3.4",
"expect": "^28.1.3",
"mailslurp-client": "^6.7.4",
"ts-node": "^10.9.2"
},
"devDependencies": {
"@types/jest": "^28.1.5",
"codeceptjs": "^3.6.7",
"documentation": "^14.0.3",
"dotenv": "^16.4.5",
"jest": "26.6.3",
"nock": "^13.5.1",
"semantic-release": "^24.0.0",
"ts-jest": "^26.4.4",
"typescript": "^4.3.5"
},
"files": [
"dist/*",
"README.md"
]
}