{
	"name": "elastic-apm-utils",
	"description": "Utilities for Elastic APM",
	"version": "4.4.0",
	"github": "https://github.com/MartinKolarik/elastic-apm-utils/",
	"main": "./dist/index.js",
	"types": "./dist/index.d.ts",
	"license": "MIT",
	"dependencies": {
		"fast-url-parser": "^1.1.3",
		"ipaddr.js": "^2.4.0",
		"lodash": "^4.18.1",
		"parse-domain": "^8.3.0"
	},
	"devDependencies": {
		"@koa/router": "^14.0.0",
		"@martin-kolarik/eslint-config": "^9.0.1",
		"@tsconfig/strictest": "^2.0.8",
		"@types/express": "^5.0.6",
		"@types/koa": "^3.0.3",
		"@types/koa__router": "^12.0.5",
		"@types/lodash": "^4.17.24",
		"elastic-apm-node": "^4.15.0",
		"eslint": "^10.4.1",
		"express": "^5.2.1",
		"koa": "^3.2.1",
		"typescript": "^6.0.3"
	},
	"author": {
		"name": "Martin Kolárik",
		"email": "martin@kolarik.sk",
		"url": "https://kolarik.sk"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/MartinKolarik/elastic-apm-utils.git"
	},
	"scripts": {
		"build": "tsc",
		"lint": "eslint src",
		"test": "npm run lint"
	},
	"bugs": {
		"url": "https://github.com/MartinKolarik/elastic-apm-utils/issues"
	}
}
