node-exec-path
Version:
Helpers for node executable paths
65 lines (64 loc) • 1.47 kB
JSON
{
"name": "node-exec-path",
"version": "1.2.1",
"description": "Helpers for node executable paths",
"keywords": [
"node",
"exec",
"path",
"satisfies",
"find",
"semver"
],
"homepage": "https://github.com/kmalakoff/node-exec-path#README.md",
"bugs": {
"url": "https://github.com/kmalakoff/node-exec-path/issues"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/kmalakoff/node-exec-path.git"
},
"license": "MIT",
"author": {
"name": "Kevin Malakoff",
"email": "kmalakoff@gmail.com",
"url": "https://github.com/kmalakoff"
},
"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.0.0",
"function-exec-sync": "^1.0.0",
"semver": "5.7.2"
},
"devDependencies": {
"@types/mocha": "*",
"@types/node": "*",
"node-version-use": "*",
"ts-dev-stack": "*",
"tsds-config": "*"
},
"engines": {
"node": ">=0.8"
}
}