{
	"name": "hash-dialog-modal",
	"version": "1.0.4",
	"description": "Open and close <dialog> modals based on the URL hash value.",
	"license": "MIT",
	"devDependencies": {
		"prettier": "^2.8.4",
		"prettier-plugin-svelte": "^2.9.0",
		"typescript": "^4.9.5"
	},
	"type": "module",
	"types": "./index.d.ts",
	"main": "index.js",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/hyunbinseo/hash-dialog-modal.git"
	},
	"files": [
		"index.d.ts",
		"index.js"
	],
	"keywords": [
		"dialog",
		"modal",
		"url",
		"hash"
	],
	"author": "Hyunbin Seo",
	"bugs": {
		"url": "https://github.com/hyunbinseo/hash-dialog-modal/issues"
	},
	"homepage": "https://github.com/hyunbinseo/hash-dialog-modal#readme"
}
