node-version-utils
Version:
Utilities for running commands on a specific version of node by installed path
65 lines (64 loc) • 1.51 kB
JSON
{
"name": "node-version-utils",
"version": "1.3.17",
"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",
"source": "src/index.ts",
"types": "dist/cjs/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsds build",
"format": "tsds format",
"prepublishOnly": "tsds validate",
"test": "tsds test:node --no-timeouts",
"test:engines": "nvu engines tsds test:node --no-timeouts",
"version": "tsds version"
},
"dependencies": {
"env-path-key": "^1.1.8",
"path-string-prepend": "^1.1.8"
},
"devDependencies": {
"@types/mocha": "^10.0.10",
"@types/node": "^25.0.1",
"cr": "^0.1.0",
"cross-spawn-cb": "^2.4.13",
"fs-remove-compat": "^0.2.3",
"is-version": "^1.0.9",
"node-install-release": "^1.16.2",
"node-resolve-versions": "^1.3.11",
"node-version-use": "^2.1.5",
"ts-dev-stack": "^1.21.3",
"tsds-config": "^0.2.1"
},
"engines": {
"node": ">=0.8"
}
}