nodesync-cli
Version:
A smart CLI tool to auto-detect, install, and manage the right Node.js version for your project.
30 lines (29 loc) • 629 B
JSON
{
"name": "nodesync-cli",
"version": "2.2.0",
"description": "A smart CLI tool to auto-detect, install, and manage the right Node.js version for your project.",
"type": "module",
"bin": {
"nodesync": "./bin/nodesync.js"
},
"scripts": {
"start": "node ./bin/nodesync.js",
"dev": "npm link && nodesync smart --dry-run"
},
"keywords": [
"node",
"nvm",
"version-manager",
"cli",
"automation",
"nodejs-cli",
"developer-tools"
],
"author": "Gopinath",
"license": "MIT",
"dependencies": {
"chalk": "^5.3.0",
"commander": "^11.1.0",
"prompts": "^2.4.2"
}
}