mirror of
https://github.com/yusufipk/rememberme-cli.git
synced 2026-09-11 19:16:11 +00:00
init
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user