{
	"name": "@fc3/http",
	"description": "http",
	"version": "0.1.4",
	"author": "fc3",
	"private": false,
	"homepage": "https://0xfc3.net/software/utilities",
	"repository": "https://git.sr.ht/~fc3/http",
	"license": "GPL-3.0-or-later",
	"main": "./dist/src/index.js",
	"types": "./dist/src/index.d.ts",
	"files": [
		"dist/",
		"package.json",
		"README.md",
		"bin/"
	],
	"dependencies": {
		"@fc3/array": "^0.1.1",
		"@fc3/errors": "^0.1.5",
		"@fc3/execution-context": "^0.1.2",
		"@fc3/filesystem": "^0.1.1",
		"@fc3/key-generator": "^0.1.1",
		"@fc3/metrics": "^0.1.1",
		"@fc3/test": "^0.1.1",
		"@fc3/time": "^0.1.1",
		"formidable": "^3.5.4"
	},
	"devDependencies": {
		"@eslint/js": "^9.34.0",
		"@types/formidable": "^3.4.6",
		"@types/node": "22.13.10",
		"esbuild": "^0.25.10",
		"eslint": "^9.34.0",
		"eslint-config-prettier": "^10.1.8",
		"prettier": "^3.6.2",
		"typescript": "^5.7.2",
		"typescript-eslint": "^8.41.0"
	},
	"engines": {
		"npm": ">= 10.2.0",
		"node": ">= v23.0.0"
	},
	"scripts": {
		"install": "./bin/install",
		"test": "./bin/test",
		"lint": "./bin/lint",
		"prepublishOnly": "./bin/prepublish",
		"postpublish": "./bin/postpublish"
	}
}
