sip-cli
Version:
Terminal assistant to search and install npm packages.
32 lines (31 loc) • 804 B
JSON
{
"name": "sip-cli",
"version": "2.0.0",
"description": "Terminal assistant to search and install npm packages.",
"main": "index.js",
"preferGlobal": true,
"bin": "./bin/run.js",
"homepage": "https://github.com/L-lawliet07/sip-cli#readme",
"repository": {
"type": "git",
"url": "https://github.com/L-lawliet07/sip-cli.git"
},
"keywords": [
"CLI",
"search",
"npm-packages",
"install",
"assistant",
"interactive"
],
"author": "L-lawliet07",
"license": "ISC",
"dependencies": {
"chalk": "^4.0.0",
"inquirer": "^5.1.0",
"inquirer-checkbox-plus-prompt": "^1.0.1",
"inquirer-table-prompt": "^0.2.1",
"open": "^7.0.3",
"ora": "^4.0.3"
}
}