-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 901 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
42
43
44
45
46
47
48
{
"type": "module",
"name": "ddgmail",
"description": "An unofficial CLI for DuckDuckGo Email Protection.",
"version": "1.3.1",
"license": "MIT",
"bin": {
"ddgmail": "index.js"
},
"author": {
"name": "lem6ns",
"email": "sensei@duck.com",
"url": "https://lem6ns.github.io"
},
"keywords": [
"ddgmail",
"duckduckgo",
"ddg",
"mail",
"email",
"lem6ns"
],
"files": [
"index.js",
"utils"
],
"scripts": {
"format": "prettier --write \"./**/*.{js,json}\""
},
"dependencies": {
"chalk": "^5.0.1",
"cli-alerts": "^1.2.2",
"cli-handle-error": "^4.4.0",
"cli-handle-unhandled": "^1.1.1",
"cli-meow-help": "^2.0.2",
"cli-welcome": "^2.2.2",
"clipboardy": "^3.0.0",
"fuse.js": "^6.5.3",
"inquirer": "^8.2.1",
"launch-editor": "^2.3.0",
"meow": "^9.0.0",
"node-fetch": "^3.2.3",
"ora": "^6.1.0"
},
"devDependencies": {
"prettier": "^2.6.0"
}
}