This commit is contained in:
Yusuf İpek
2021-09-05 17:31:30 +03:00
commit fd4f69e16f
7 changed files with 1362 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"name": "rememberme",
"version": "1.0.0",
"description": "",
"main": "index.js",
"preferGlobal": true,
"bin": "./rememberme-cli.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.21.1",
"commander": "^8.1.0",
"inquirer": "^8.1.2"
}
}