homepage.js/scripts/package.json

17 lines
326 B
JSON
Raw Normal View History

2023-02-18 16:03:27 +01:00
{
"name": "scripts",
"version": "1.0.0",
"description": "",
"main": "generate_key.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
2023-02-23 07:51:19 +01:00
"args-parser": "^1.3.0",
"prompt-sync": "^4.2.0",
"qrcode-terminal": "^0.12.0"
2023-02-18 16:03:27 +01:00
}
}