-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 831 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
{
"name": "jdm-helper",
"version": "1.5.0",
"description": "Finds websites that you have accounts with on justdeleteme.xyz and your password manager",
"exports": "./index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"justdeleteme",
"password",
"account",
"privacy"
],
"author": "Michael Nguyen",
"license": "MIT",
"dependencies": {
"chalk": "5.2.0",
"commander": "^10.0.1",
"conf": "^11.0.1",
"table": "^6.8.1"
},
"bin": {
"jdm-helper": "./index.js"
},
"type": "module",
"engines": {
"node": ">=16"
},
"devDependencies": {
"csv-parse": "^5.4.0"
},
"repository": {
"type": "git",
"url": "[email protected]:micnguyen/jdm-helper.git"
},
"homepage": "https://github.com/micnguyen/jdm-helper"
}