vite-plugin-foundryvtt
Version:
Plugin for building for foundryvtt. Enables hmr and manifest substitution.
46 lines (45 loc) • 980 B
JSON
{
"name": "vite-plugin-foundryvtt",
"version": "3.0.0",
"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": "2.4.9",
"@types/node": "^25.5.0",
"typescript": "^5.9.3",
"unbuild": "^3.6.1"
},
"peerDependencies": {
"@foundryvtt/foundryvtt-cli": "^1.0.0 || ^2.0.0 || ^3.0.0",
"classic-level": "^1.4.1",
"vite": "^8.0.0"
}
}