{
	"name": "run-node",
	"version": "3.0.0",
	"description": "Run the Node.js binary no matter what",
	"license": "MIT",
	"repository": "sindresorhus/run-node",
	"funding": "https://github.com/sponsors/sindresorhus",
	"author": {
		"name": "Sindre Sorhus",
		"email": "sindresorhus@gmail.com",
		"url": "https://sindresorhus.com"
	},
	"type": "module",
	"bin": {
		"run-node": "./run-node",
		"run-npx": "./run-npx"
	},
	"engines": {
		"node": ">=18"
	},
	"scripts": {
		"test": "./run-node --version"
	},
	"files": [
		"run-node",
		"run-npx"
	],
	"keywords": [
		"run",
		"node",
		"nodejs",
		"node.js",
		"npx",
		"npm",
		"find",
		"binary",
		"bin",
		"execute",
		"which",
		"detect",
		"path",
		"env",
		"bash",
		"shell",
		"sh"
	]
}
