mirror of
https://github.com/yusufipk/rememberme-cli.git
synced 2026-09-11 19:16:11 +00:00
20 lines
381 B
JSON
20 lines
381 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|