UNPKG

node-exec-path

Version:
63 lines (62 loc) 1.39 kB
{ "name": "node-exec-path", "version": "1.1.9", "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", "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": "*", "function-exec-sync": "*", "semver": "^5.7.1" }, "devDependencies": { "@types/mocha": "*", "@types/node": "*" }, "engines": { "node": ">=0.8" }, "tsds": { "source": "src/index.ts" } }