{
	"name": "bunup",
	"version": "0.16.32",
	"description": "⚡ A blazing-fast build tool for your libraries built with Bun.",
	"keywords": [
		"bun",
		"bun-bundler",
		"bunup"
	],
	"homepage": "https://bunup.dev",
	"license": "MIT",
	"author": "Arshad Yaseen <arshadpyaseen@gmail.com> (https://arshad.fyi)",
	"maintainers": [
		{
			"name": "Arshad Yaseen",
			"email": "arshadpyaseen@gmail.com",
			"url": "https://arshad.fyi"
		}
	],
	"repository": {
		"type": "git",
		"url": "git+https://github.com/bunup/bunup.git"
	},
	"funding": "https://github.com/sponsors/arshad-yaseen",
	"bin": {
		"bunup": "dist/cli/index.js"
	},
	"files": [
		"dist"
	],
	"type": "module",
	"module": "./dist/index.js",
	"types": "./dist/index.d.ts",
	"exports": {
		".": {
			"import": {
				"types": "./dist/index.d.ts",
				"default": "./dist/index.js"
			}
		},
		"./plugins": {
			"import": {
				"types": "./dist/plugins.d.ts",
				"default": "./dist/plugins.js"
			}
		},
		"./package.json": "./package.json"
	},
	"scripts": {
		"type-check": "tsc --noEmit"
	},
	"dependencies": {
		"@bunup/dts": "^0.14.53",
		"@bunup/shared": "0.16.31",
		"chokidar": "^5.0.0",
		"coffi": "^0.1.37",
		"lightningcss": "^1.32.0",
		"picocolors": "^1.1.1",
		"tinyexec": "^1.2.4",
		"tree-kill": "^1.2.2",
		"zlye": "^0.4.4"
	},
	"devDependencies": {
		"@types/bun": "^1.3.11"
	},
	"peerDependencies": {
		"typescript": ">=4.5.0"
	},
	"peerDependenciesMeta": {
		"typescript": {
			"optional": true
		}
	}
}
