{
  "name": "@svelte-put/noti",
  "version": "1.1.1",
  "description": "type-safe and headless async notification builder",
  "type": "module",
  "main": "src/index.js",
  "module": "src/index.js",
  "types": "types/index.d.ts",
  "exports": {
    ".": {
      "types": "./types/index.d.ts",
      "import": "./src/index.js"
    },
    "./Notification.svelte": {
      "types": "./src/Notification.svelte.d.ts",
      "svelte": "./src/Notification.svelte"
    }
  },
  "typesVersions": {
    "*": {
      "Notification.svelte": [
        "./src/Notification.svelte.d.ts"
      ]
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "src",
    "types"
  ],
  "keywords": [
    "svelte",
    "action",
    "notification",
    "toast",
    "async",
    "push",
    "typescript",
    "type-safe",
    "headless",
    "builder",
    "portal"
  ],
  "author": {
    "email": "vnphanquang@gmail.com",
    "name": "Quang Phan",
    "url": "https://github.com/vnphanquang"
  },
  "license": "MIT",
  "homepage": "https://svelte-put.vnphanquang.com/docs/noti",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vnphanquang/svelte-put.git",
    "directory": "packages/noti"
  },
  "bugs": {
    "url": "https://github.com/vnphanquang/svelte-put/issues"
  },
  "devDependencies": {
    "@internals/tsconfig": "0.0.0"
  },
  "peerDependencies": {
    "svelte": "^3.55.0 || ^4.0.0"
  },
  "volta": {
    "extends": "../../package.json"
  },
  "scripts": {
    "lint": "eslint . --ignore-path=\"../../.eslintignore\"",
    "format": "prettier --ignore-path ../../.prettierignore --write .",
    "dts": "dts-buddy --write && publint"
  }
}