-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
41 lines (41 loc) · 878 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
34
35
36
37
38
39
40
41
{
"name": "mailsy",
"version": "5.0.0",
"description": "quickly generate a temporary email address",
"exports": "./index.js",
"type": "module",
"scripts": {
"test": "vitest"
},
"node": "^12.20.0 || ^14.13.1 || >=16.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/BalliAsghar/Mailsy.git"
},
"bin": {
"mailsy": "./index.js"
},
"keywords": [
"email",
"generate",
"temporary"
],
"author": "BalliAsghar",
"license": "MIT",
"bugs": {
"url": "https://github.com/BalliAsghar/Mailsy/issues"
},
"homepage": "https://github.com/BalliAsghar/Mailsy#readme",
"dependencies": {
"axios": "^0.26.0",
"chalk": "^5.0.1",
"commander": "^9.0.0",
"inquirer": "^8.2.1",
"lowdb": "^3.0.0",
"open": "^8.4.0",
"ora": "^6.1.0"
},
"devDependencies": {
"vitest": "^0.23.2"
}
}