UNPKG

node-version-utils

Version:

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

63 lines (62 loc) 1.36 kB
{ "name": "node-version-utils", "version": "1.3.5", "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.js", "require": "./dist/cjs/index.js" }, "./package.json": "./package.json" }, "main": "dist/cjs/index.js", "types": "dist/cjs/index.d.cts", "files": [ "dist" ], "scripts": { "build": "tsds build", "format": "biome check --write --unsafe", "test": "mocha --no-timeouts test/**/*.test.*", "test:engines": "nvu engines tsds test:node --no-timeouts", "version": "tsds version" }, "dependencies": { "env-path-key": "*", "path-string-prepend": "*" }, "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" } }