{
	"name": "mediawiki-bootstrap",
	"author": "Stephan Gambke",
	"license": "GPL-2.0+",
	"scripts": {
		"preinstall": "if [ -d resources/bootstrap ]; then rm -r resources/bootstrap; fi",
		"install": "mkdir -p resources/bootstrap/js && cp -R node_modules/bootstrap/scss resources/bootstrap && cp -R node_modules/bootstrap/dist/js/bootstrap.bundle.js* resources/bootstrap/js"
	},
	"dependencies": {
		"bootstrap": "^5.3.8"
	},
	"devDependencies": {}
}
