cvm-cli
Version:
A unified CLI tool for managing PHP, Node.js, and Python versions with virtual environment and dependency management support.
73 lines (72 loc) • 1.6 kB
JSON
{
"name": "cvm-cli",
"version": "1.0.1",
"description": "A unified CLI tool for managing PHP, Node.js, and Python versions with virtual environment and dependency management support.",
"main": "index.js",
"bin": {
"cvm": "./bin/cvm.js",
"cpvm": "./bin/cpvm.js",
"cnvm": "./bin/cnvm.js",
"cpyvm": "./bin/cpyvm.js",
"cenv": "./bin/cenv.js",
"cpm": "./bin/cpm.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node bin/cvm.js",
"postinstall": "node scripts/postinstall.js"
},
"keywords": [
"version-manager",
"php",
"nodejs",
"python",
"virtual-environment",
"cross-platform",
"cli",
"codizium",
"project",
"react",
"react native",
"angular",
"vue",
"nextjs",
"laravel",
"nodejs",
"django",
"fastApi",
"flask",
"rapha panchi",
"rapha"
],
"author": {
"name": "Rapha Panchi",
"email": "raphapanchi@gmail.com",
"repository": "https://github.com/ralpxp"
},
"license": "MIT",
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"commander": "^9.4.1",
"chalk": "^4.1.2",
"inquirer": "^8.2.5",
"fs-extra": "^11.1.0",
"semver": "^7.3.8",
"node-fetch": "^2.6.7",
"tar": "^6.1.13",
"progress": "^2.0.3"
},
"devDependencies": {
"jest": "^29.3.1"
},
"repository": {
"type": "git",
"url": "https://github.com/codizium/cvm.git"
},
"bugs": {
"url": "https://github.com/codizium/cvmr/issues"
},
"homepage": "https://github.com/codizium/cvmr#readme"
}