UNPKG

node-version-utils

Version:

Utilities for running commands on a specific version of node by installed path

62 lines (61 loc) 1.37 kB
{ "name": "node-version-utils", "version": "1.2.14", "description": "Utilities for running commands on a specific version of node by installed path", "keywords": [ "node", "version", "spawn", "set", "install", "path", "compatability", "cross", "platform", "platforms" ], "repository": { "type": "git", "url": "git+ssh://git@github.com/kmalakoff/node-version-utils.git" }, "license": "MIT", "type": "module", "exports": { "import": "./dist/esm/index.mjs", "require": "./dist/cjs/index.cjs", "types": "./dist/types/index.d.ts" }, "main": "dist/cjs/index.cjs", "module": "dist/esm/index.mjs", "types": "dist/types/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsds build", "format": "biome check --write --unsafe src/ test/", "test": "tsds test:node --no-timeouts", "test:engines": "nvu engines npm test", "version": "tsds version" }, "dependencies": { "env-path-key": "^1.0.12", "path-string-prepend": "^1.0.16" }, "devDependencies": { "@types/mocha": "*", "@types/node": "*", "cr": "*", "cross-spawn-cb": "*", "is-version": "*", "node-install-release": "*", "node-resolve-versions": "*", "rimraf2": "*" }, "engines": { "node": ">=0.8" }, "tsds": { "source": "src/index.ts" } }