{
	"name": "honest-fetch",
	"version": "1.0.12",
	"description": "A brutally honest and type-safe way to handle API responses in TypeScript.",
	"main": "dist/index.js",
	"types": "dist/index.d.ts",
	"sideEffects": false,
	"scripts": {
		"build": "tsup src/index.ts --format esm,cjs --dts --clean",
		"lint": "eslint . --ext .ts",
		"test": "vitest"
	},
	"files": ["dist", "README.md", "LICENSE"],
	"author": "Walter Alfredo Santacruz Astudillo",
	"license": "MIT",
	"keywords": [
		"fetch",
		"typescript",
		"error-handling",
		"api",
		"http",
		"result",
		"typed",
		"safe-fetch",
		"golang-style",
		"honest"
	],
	"devDependencies": {
		"eslint": "^9.24.0",
		"tsup": "^8.4.0",
		"typescript": "^5.8.3",
		"vitest": "^3.1.1"
	}
}
