pointsight/tools/apiKeyManager/package.json

18 lines
338 B
JSON
Raw Normal View History

2022-03-06 18:36:36 +01:00
{
"name": "apikeymanager",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"ora": "^5.4.1",
"prompts": "^2.4.2",
"qrcode-terminal": "^0.12.0",
"validate": "^5.1.0"
}
}