Files
2021-07-02 14:15:49 -04:00

19 lines
390 B
JSON

{
"name": "passgen",
"version": "1.0.0",
"description": "Simple password generator",
"main": "index.js",
"preferGlobal": true,
"bin": "./index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Brad Traversy",
"license": "MIT",
"dependencies": {
"chalk": "^4.1.1",
"clipboardy": "^2.3.0",
"commander": "^8.0.0"
}
}