-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
33 lines (33 loc) · 833 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
29
30
31
32
33
{
"name": "cypress-mailhog",
"version": "2.5.0",
"description": "Cypress Commands for MailHog 🌳🐗",
"main": "index.js",
"types": "types/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SMenigat/cypress-mailhog.git"
},
"keywords": [
"JavaScript",
"Testing",
"Cypress.io",
"MailHog"
],
"author": "Samuel Menigat <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/SMenigat/cypress-mailhog/issues"
},
"homepage": "https://github.com/SMenigat/cypress-mailhog#readme",
"devDependencies": {
"cypress": "12.13.0",
"eslint": "^4.19.1",
"eslint-config-google": "^0.9.1",
"prettier": "^1.11.1",
"typescript": "^4.3.5"
}
}