{
	"name": "vite-plugin-foundryvtt",
	"version": "2.1.3",
	"description": "Plugin for building for foundryvtt. Enables hmr and manifest substitution.",
	"type": "module",
	"scripts": {
		"build": "unbuild",
		"prepack": "unbuild",
		"version": "biome check --fix package.json && git add package.json",
		"lint": "biome check"
	},
	"exports": {
		".": {
			"import": "./dist/index.mjs",
			"require": "./dist/index.cjs"
		}
	},
	"main": "./dist/index.cjs",
	"types": "./dist/index.d.ts",
	"files": ["dist"],
	"repository": {
		"type": "git",
		"url": "https://codeberg.org/Bolts/vite-plugin-foundryvtt"
	},
	"keywords": ["foundryvtt", "vite-plugin", "vite"],
	"author": "Bolts",
	"license": "MIT",
	"devDependencies": {
		"@biomejs/biome": "1.9.4",
		"@types/node": "^22.10.10",
		"typescript": "^5.7.3",
		"unbuild": "^3.5.0"
	},
	"peerDependencies": {
		"@foundryvtt/foundryvtt-cli": "^1.0.0",
		"classic-level": "^1.4.1",
		"vite": ">= 5.0.0 || <= 6.0.0"
	}
}
