{
	"name": "@purista/base-http-bridge",
	"version": "3.2.4",
	"description": "HTTP base eventbridge core functions for PURISTA backend framework",
	"homepage": "https://purista.dev",
	"repository": {
		"type": "git",
		"url": "git+ssh://git@github.com/puristajs/purista.git"
	},
	"author": "Sebastian Wessel",
	"license": "ISC",
	"type": "module",
	"files": [
		"dist/**/*"
	],
	"publishConfig": {
		"access": "public"
	},
	"engines": {
		"node": ">=24.15.0"
	},
	"scripts": {
		"lint": "npx @biomejs/biome check --write",
		"test": "vitest",
		"build": "rimraf dist tsconfig.tsbuildinfo && tsc -p tsconfig.build.json"
	},
	"devDependencies": {
		"@types/node": "^26.2.0",
		"@types/sinon": "^22.0.0",
		"sinon": "^22.1.0",
		"vitest": "^4.1.10"
	},
	"dependencies": {
		"@opentelemetry/api": "^1.9.1",
		"@opentelemetry/semantic-conventions": "^1.43.0",
		"@purista/core": "*",
		"hono": "^4.13.1"
	},
	"peerDependenciesMeta": {},
	"exports": {
		"./package.json": "./package.json",
		".": {
			"types": "./dist/index.d.ts",
			"default": "./dist/index.js"
		}
	},
	"main": "./dist/index.js",
	"types": "./dist/index.d.ts"
}
