{
	"name": "@evmts/bundler",
	"version": "1.0.0-next.17",
	"private": false,
	"description": "Bundler for EVMts",
	"keywords": [
		"solidity",
		"forge",
		"foundry",
		"sol",
		"typescript",
		"web3",
		"blockchain"
	],
	"repository": {
		"type": "git",
		"url": "https://github.com/evmts/evmts-monorepo.git",
		"directory": "bundler"
	},
	"license": "MIT",
	"contributors": [
		"Will Cory <willcory10@gmail.com>"
	],
	"type": "module",
	"exports": {
		"./package.json": "./package.json",
		".": {
			"import": "./index.mjs",
			"require": "./index.cjs",
			"types": "./index.d.ts",
			"default": "./index.cjs"
		}
	},
	"main": "index.cjs",
	"module": "index.mjs",
	"types": "index.d.ts",
	"files": [
		"dist",
		"types",
		"src"
	],
	"dependencies": {
		"@evmts/bun-plugin": "workspace:^",
		"@evmts/config": "workspace:^",
		"@evmts/esbuild-plugin": "workspace:^",
		"@evmts/rollup-plugin": "workspace:^",
		"@evmts/rspack-plugin": "workspace:^",
		"@evmts/ts-plugin": "workspace:^",
		"@evmts/vite-plugin": "workspace:^",
		"@evmts/webpack-plugin": "workspace:^"
	},
	"devDependencies": {
		"@evmts/tsconfig": "workspace:1.0.0-next.5",
		"rome": "^12.1.3",
		"tsup": "^7.2.0",
		"typedoc": "^0.25.3",
		"typedoc-plugin-markdown": "^3.16.0",
		"typescript": "^5.2.2"
	},
	"peerDependencies": {
		"solc": ">0.8.10"
	},
	"publishConfig": {
		"access": "public"
	}
}
