{
	"author": {
		"name": "Baptiste Pillot",
		"email": "baptiste@pillot.fr"
	},
	"description": "Lightweight modal with default styling and auto-close on form submit or link click",
	"devDependencies": {
		"@types/node": "^22.9",
		"sass": "^1.80",
		"typescript": "~5.8"
	},
	"files": [
		"LICENSE",
		"README.md",
		"*.css",
		"*.d.ts",
		"*.js"
	],
	"homepage": "https://it.rocks",
	"keywords": [
		"auto",
		"auto-close",
		"automatically",
		"close",
		"css",
		"design",
		"dialog",
		"front-end",
		"it.rocks",
		"modal",
		"popup",
		"responsive",
		"stylesheet",
		"UI",
		"UX"
	],
	"license": "ISC",
	"module": "./modal.js",
	"name": "@itrocks/modal",
	"optionalDependencies": {
		"@itrocks/build": "latest"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/itrocks-ts/modal.git"
	},
	"scripts": {
		"build": "tsc && sass --no-source-map modal.scss:modal.css"
	},
	"type": "module",
	"types": "./modal.d.ts",
	"version": "0.0.10"
}
