project-switcher-cli
Version:
A simple and efficient CLI tool for quickly navigating and opening your development projects
64 lines (63 loc) • 1.21 kB
JSON
{
"name": "project-switcher-cli",
"version": "2.0.2",
"description": "A simple and efficient CLI tool for quickly navigating and opening your development projects",
"main": "index.js",
"bin": {
"ps": "index.js"
},
"type": "commonjs",
"keywords": [
"cli",
"project",
"switcher",
"navigation",
"development",
"productivity",
"folder",
"directory",
"workspace",
"project-management",
"developer-tools",
"terminal",
"command-line",
"file-explorer",
"quick-access"
],
"author": {
"name": "Md Mahbub Alom",
"email": "hsmahbub@gmail.com",
"url": "https://www.facebook.com/hsmahbub/"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/mahbub-dev/project-switcher-cli"
},
"bugs": {
"url": "https://github.com/mahbub-dev/project-switcher-cli/issues"
},
"homepage": "https://github.com/mahbub-dev/project-switcher-cli#readme",
"engines": {
"node": ">=12.0.0"
},
"files": [
"index.js",
"commands/",
"README.md",
"LICENSE"
],
"dependencies": {
"inquirer": "^8.2.6"
},
"devDependencies": {
"eslint": "^8.0.0",
"prettier": "^2.0.0"
},
"preferGlobal": true,
"os": [
"darwin",
"linux",
"win32"
]
}