{
	"name": "toastification",
	"version": "0.2.0",
	"description": "Toast Notifications for TypeScript & Lestin",
	"author": "Shahab Movahhedi <dev@shmovahhedi.com>",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "https://github.com/movahhedi/Toastification"
	},
	"bugs": {
		"url": "https://github.com/movahhedi/Toastification/issues"
	},
	"homepage": "https://github.com/movahhedi/Toastification#readme",
	"keywords": [
		"toast",
		"typescript",
		"js",
		"ts",
		"notification",
		"toast-notification",
		"lestin",
		"movahhedi"
	],
	"packageManager": "yarn@4.10.2",
	"type": "module",
	"source": "./src/Toast.tsx",
	"main": "./dist/Toast.cjs",
	"module": "./dist/Toast.mjs",
	"umd:main": "./dist/Toast.umd.js",
	"unpkg": "./dist/Toast.umd.js",
	"types": "./dist/Toast.d.ts",
	"exports": {
		".": "./dist/Toast.modern.mjs",
		"./Toast": "./src/Toast.tsx",
		"./Toast.tsx": "./src/Toast.tsx",
		"./Toast.scss": "./src/Toast.scss",
		"./src/Toast": "./src/Toast.tsx",
		"./src/Toast.tsx": "./src/Toast.tsx",
		"./src/Toast.scss": "./src/Toast.scss",
		"./dist/Toast.css": "./dist/Toast.css",
		"./Toast.css": "./dist/Toast.css"
	},
	"files": [
		"dist",
		"dist/*.css",
		"src/Toast.tsx",
		"src/Toast.scss",
		"**/Toast.*"
	],
	"scripts": {
		"build": "sass src/Toast.scss:dist/Toast.css --style compressed && microbundle",
		"dev:styles": "sass src/Toast.scss:dist/Toast.css -w --style compressed",
		"dev:scripts": "microbundle watch",
		"dev": "concurrently -n \"styles,scripts\" -c \"bgBlue,bgGreen\" \"yarn dev:styles\" \"yarn dev:scripts\""
	},
	"devDependencies": {
		"@types/jest": "^30.0.0",
		"@typescript-eslint/eslint-plugin": "^8.44.0",
		"@typescript-eslint/parser": "^8.44.0",
		"concurrently": "^9.2.1",
		"eslint": "^9.36.0",
		"eslint-config-prettier": "^10.1.8",
		"eslint-plugin-prettier": "^5.5.4",
		"eslint-plugin-react": "^7.37.5",
		"jest": "^30.1.3",
		"jest-environment-jsdom": "^30.1.2",
		"lestin": "0.3.0",
		"microbundle": "^0.15.1",
		"npm-check-updates": "^18.3.0",
		"postcss": "^8.5.6",
		"prettier": "^3.6.2",
		"prettier-eslint-cli": "^8.0.1",
		"sass": "^1.93.0",
		"ts-jest": "^29.4.4",
		"typescript": "^5.9.2"
	},
	"jest": {
		"preset": "ts-jest",
		"testEnvironment": "jsdom",
		"transform": {
			"^.+\\.tsx?$": [
				"ts-jest",
				{
					"diagnostics": false
				}
			]
		}
	}
}
