{
  "name": "itstoaster",
  "homepage": "https://dipeshmurmu.com.np/itstoaster",
  "version": "1.1.1",
  "description": "A lightweight toast notification package for JavaScript",
  "keywords": [
    "toast",
    "toaster",
    "notifications",
    "js"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dipeshmurmu2005/toaster.git"
  },
  "license": "MIT",
  "author": "Dipesh Murmu",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "default": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./style.css": "./dist/style.css"
  },
  "files": [
    "dist/**/*",
    "src/"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc"
  }
}