{
	"name": "timeout-signal",
	"version": "2.0.0",
	"description": "Create an AbortSignal that aborts after a delay",
	"license": "MIT",
	"repository": "node-fetch/timeout-signal",
	"author": {
		"name": "Richie Bendall",
		"email": "richiebendall@gmail.com"
	},
	"type": "module",
	"exports": "./index.js",
	"engines": {
		"node": ">=16"
	},
	"scripts": {
		"test": "xo && ava && tsd"
	},
	"files": [
		"index.js",
		"index.d.ts"
	],
	"keywords": [
		"timeout",
		"signal",
		"abort"
	],
	"devDependencies": {
		"ava": "^5.0.1",
		"p-event": "^5.0.1",
		"time-span": "^5.1.0",
		"tsd": "^0.24.1",
		"xo": "^0.52.4"
	}
}
