node-exec-path
Version:
Helpers for node executable paths
58 lines (57 loc) • 1.27 kB
JSON
{
"name": "node-exec-path",
"version": "1.0.29",
"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"
},
"main": "dist/cjs/index.cjs",
"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 tsds test:node --no-timeouts",
"version": "tsds version"
},
"dependencies": {
"env-path-key": "^1.0.12",
"function-exec-sync": "^1.2.21",
"semver": "^5.7.1"
},
"devDependencies": {
"@types/mocha": "*",
"@types/node": "*"
},
"engines": {
"node": ">=0.8"
},
"tsds": {
"source": "src/index.ts",
"targets": [
"cjs"
]
}
}