homepage.js/scripts/package.json

17 lines
326 B
JSON

{
"name": "scripts",
"version": "1.0.0",
"description": "",
"main": "generate_key.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"args-parser": "^1.3.0",
"prompt-sync": "^4.2.0",
"qrcode-terminal": "^0.12.0"
}
}