{
	"name": "is-binary-path",
	"version": "3.0.0",
	"description": "Check if a file path is a binary file",
	"license": "MIT",
	"repository": "sindresorhus/is-binary-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": ">=18.20"
	},
	"scripts": {
		"test": "xo && ava"
	},
	"files": [
		"index.js",
		"index.d.ts"
	],
	"keywords": [
		"binary",
		"extensions",
		"extension",
		"file",
		"path",
		"check",
		"detect",
		"is"
	],
	"dependencies": {
		"binary-extensions": "^3.0.0"
	},
	"devDependencies": {
		"ava": "^6.1.2",
		"xo": "^0.58.0"
	}
}
