{
	"author": "Cédric Belin <cedx@outlook.com>",
	"bugs": "https://github.com/cedx/which.js/issues",
	"description": "Find the instances of an executable in the system path. Like the `which` Linux command.",
	"homepage": "https://github.com/cedx/which.js",
	"license": "MIT",
	"name": "@cedx/which",
	"repository": "cedx/which.js",
	"type": "module",
	"version": "12.0.0",
	"bin": {
		"Which": "bin/Which.js"
	},
	"devDependencies": {
		"@types/gulp": "^4.0.17",
		"@types/node": "^24.2.1",
		"gulp": "^5.0.1",
		"typedoc": "^0.28.10",
		"typescript": "^5.9.2",
		"typescript-eslint": "^8.39.1"
	},
	"engines": {
		"node": ">=24.0.0"
	},
	"exports": {
		"types": "./lib/Main.d.ts",
		"default": "./lib/Main.js"
	},
	"files": [
		"lib/",
		"src/"
	],
	"keywords": [
		"find",
		"path",
		"system",
		"utility",
		"which"
	],
	"publishConfig": {
		"access": "public"
	}
}
