nvenv
Version:
Python venv-like Node.js environment manager - project-local Node.js installation without global environment pollution
45 lines (44 loc) • 1.05 kB
JSON
{
"name": "nvenv",
"version": "0.1.0-rc.1",
"description": "Python venv-like Node.js environment manager - project-local Node.js installation without global environment pollution",
"main": "src/cli.js",
"bin": {
"nvenv": "./src/cli.js"
},
"scripts": {
"test": "node --test",
"test:unit": "node --test test/*.test.js",
"test:integration": "node --test test/integration/*.test.js",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"keywords": [
"node",
"nodejs",
"version",
"manager",
"venv",
"virtualenv",
"local",
"environment",
"gradle"
],
"author": "Nanai Jua <me@n7i.dev>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/nanai10a/nvenv.git"
},
"homepage": "https://github.com/nanai10a/nvenv#readme",
"bugs": {
"url": "https://github.com/nanai10a/nvenv/issues"
},
"engines": {
"node": ">=18.0.0"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^5.5.0",
"eslint": "^9.38.0"
}
}