UNPKG

nvexeca

Version:
81 lines (80 loc) 1.76 kB
{ "name": "nvexeca", "version": "11.0.4", "type": "module", "exports": { "types": "./build/src/main.d.ts", "default": "./build/src/main.js" }, "main": "./build/src/main.js", "types": "./build/src/main.d.ts", "files": [ "build/src/**/*.{js,json,d.ts}", "!build/src/**/*.test.js", "!build/src/{helpers,fixtures}" ], "sideEffects": false, "scripts": { "test": "gulp test" }, "description": "nvm + execa = nvexeca", "keywords": [ "nodejs", "node", "nvm", "npx", "versions", "versioning", "exec", "shell", "terminal", "command-line", "cli", "dependency-management", "es6", "javascript", "typescript", "library", "npmjs", "operating-system", "package-manager", "bash" ], "license": "Apache-2.0", "homepage": "https://www.github.com/ehmicky/nvexeca", "repository": { "type": "git", "url": "git+https://github.com/ehmicky/nvexeca.git" }, "bugs": { "url": "https://github.com/ehmicky/nvexeca/issues" }, "author": "ehmicky <ehmicky@gmail.com> (https://github.com/ehmicky)", "directories": { "lib": "src" }, "dependencies": { "execa": "^9.5.2", "get-node": "^15.0.4", "global-cache-dir": "^6.0.1", "is-plain-obj": "^4.1.0", "npm-run-path": "^6.0.0", "p-map": "^7.0.3", "path-exists": "^5.0.0", "path-key": "^4.0.0", "path-type": "^6.0.0" }, "devDependencies": { "@ehmicky/dev-tasks": "^3.0.34", "@ehmicky/eslint-config": "^20.0.32", "@ehmicky/prettier-config": "^1.0.6", "@types/node": "^22.13.14", "is-ci": "^4.1.0", "semver": "^7.7.1", "test-each": "^7.0.1", "yarn": "^1.22.22" }, "engines": { "node": ">=18.18.0" } }