{
	"name": "@szmarczak/http-timer",
	"version": "4.0.4",
	"description": "Timings for HTTP requests",
	"main": "dist/source",
	"engines": {
		"node": ">=10"
	},
	"scripts": {
		"test": "xo && tsc --noEmit && nyc ava",
		"build": "del-cli dist && tsc",
		"prepare": "npm run build",
		"coveralls": "nyc report --reporter=text-lcov | coveralls"
	},
	"files": [
		"dist/source"
	],
	"keywords": [
		"http",
		"https",
		"timer",
		"timings"
	],
	"repository": {
		"type": "git",
		"url": "git+https://github.com/szmarczak/http-timer.git"
	},
	"author": "Szymon Marczak",
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/szmarczak/http-timer/issues"
	},
	"homepage": "https://github.com/szmarczak/http-timer#readme",
	"dependencies": {
		"defer-to-connect": "^2.0.0"
	},
	"devDependencies": {
		"@ava/typescript": "^1.1.0",
		"@sindresorhus/tsconfig": "^0.7.0",
		"@types/node": "^13.5.1",
		"@typescript-eslint/eslint-plugin": "^2.18.0",
		"@typescript-eslint/parser": "^2.18.0",
		"ava": "^3.2.0",
		"coveralls": "^3.0.9",
		"del-cli": "^3.0.0",
		"eslint-config-xo-typescript": "^0.24.1",
		"nyc": "^15.0.0",
		"p-event": "^4.1.0",
		"typescript": "^3.7.5",
		"xo": "^0.25.3"
	},
	"types": "dist/source",
	"xo": {
		"extends": "xo-typescript",
		"extensions": [
			"ts"
		]
	},
	"nyc": {
		"extension": [
			".ts"
		]
	},
	"ava": {
		"typescript": {
			"rewritePaths": {
				"tests/": "dist/tests/"
			}
		}
	}
}
