15 lines
226 B
JSON
15 lines
226 B
JSON
{
|
|
"name": "password",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"bin": {
|
|
"password": "./cli.js"
|
|
},
|
|
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|