mirror of
https://github.com/bradtraversy/passgen.git
synced 2026-08-24 10:14:19 -05:00
19 lines
390 B
JSON
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"
|
|
}
|
|
}
|