{
	"name": "fix-path",
	"version": "5.0.0",
	"description": "Fix the $PATH on macOS and Linux when run from a GUI app",
	"license": "MIT",
	"repository": "sindresorhus/fix-path",
	"funding": "https://github.com/sponsors/sindresorhus",
	"author": {
		"name": "Sindre Sorhus",
		"email": "sindresorhus@gmail.com",
		"url": "https://sindresorhus.com"
	},
	"type": "module",
	"exports": {
		"types": "./index.d.ts",
		"default": "./index.js"
	},
	"sideEffects": false,
	"engines": {
		"node": ">=20"
	},
	"scripts": {
		"test": "xo && ava && tsd"
	},
	"files": [
		"index.js",
		"index.d.ts"
	],
	"keywords": [
		"fix",
		"path",
		"macos",
		"env",
		"environment",
		"variable",
		"shell",
		"sh",
		"zsh",
		"electron"
	],
	"dependencies": {
		"shell-path": "^3.1.0",
		"strip-ansi": "^7.1.2"
	},
	"devDependencies": {
		"ava": "^6.4.1",
		"tsd": "^0.33.0",
		"xo": "^1.2.2"
	}
}
