{
	"name": "@vibecodeapp/proxy",
	"version": "2.0.3",
	"description": "Transparent fetch proxy for Vibecode - auto-patches global fetch on import",
	"main": "./dist/proxy.js",
	"types": "./dist/proxy.d.ts",
	"exports": {
		".": {
			"types": "./dist/proxy.d.ts",
			"default": "./dist/proxy.js"
		},
		"./manual": {
			"types": "./dist/manual.d.ts",
			"default": "./dist/manual.js"
		},
		"./package.json": "./package.json"
	},
	"files": [
		"dist"
	],
	"repository": {
		"type": "git",
		"url": "git+https://github.com/vibecode/proxy.git"
	},
	"homepage": "https://github.com/vibecode/proxy#readme",
	"bugs": {
		"url": "https://github.com/vibecode/proxy/issues"
	},
	"license": "MIT",
	"scripts": {
		"build": "tsc",
		"clean": "rm -rf dist",
		"prepublishOnly": "npm run clean && npm run build"
	},
	"devDependencies": {
		"@types/bun": "^1.2.1",
		"typescript": "^5.9.3"
	},
	"type": "module"
}
