{
	"name": "hook-std",
	"version": "4.0.0",
	"description": "Hook and modify stdout and stderr",
	"license": "MIT",
	"repository": "sindresorhus/hook-std",
	"funding": "https://github.com/sponsors/sindresorhus",
	"author": {
		"name": "Sindre Sorhus",
		"email": "sindresorhus@gmail.com",
		"url": "https://sindresorhus.com"
	},
	"type": "module",
	"exports": "./index.js",
	"types": "./index.d.ts",
	"sideEffects": false,
	"engines": {
		"node": ">=20"
	},
	"scripts": {
		"test": "xo && ava && tsd"
	},
	"files": [
		"index.js",
		"index.d.ts"
	],
	"keywords": [
		"hook",
		"intercept",
		"capture",
		"modify",
		"change",
		"test",
		"assert",
		"check",
		"std",
		"stdio",
		"stdout",
		"stderr",
		"console",
		"log",
		"process"
	],
	"devDependencies": {
		"@types/node": "^24.3.1",
		"ava": "^6.4.1",
		"tsd": "^0.33.0",
		"xo": "^1.2.2"
	},
	"ava": {
		"serial": true
	}
}
