{
  "name": "@nexim/snackbar",
  "version": "2.1.0",
  "description": "Snackbar component with signal capability.",
  "keywords": [
    "snackbar",
    "notification",
    "web-component",
    "typescript",
    "nexim"
  ],
  "homepage": "https://github.com/the-nexim/design-system/tree/next/packages/snackbar#readme",
  "bugs": {
    "url": "https://github.com/the-nexim/design-system/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/the-nexim/design-system",
    "directory": "packages/snackbar"
  },
  "license": "AGPL-3.0-only",
  "author": "S. Amir Mohammad Najafi <njfamirm@gmail.com> (www.njfamirm.ir)",
  "contributors": [
    "Arash Ghardashpoor <arash.qardashpoor@gmail.com> (https://www.agpagp.ir)"
  ],
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/main.d.ts",
      "import": "./dist/main.mjs",
      "require": "./dist/main.cjs"
    },
    "./style": "./style/main.css"
  },
  "main": "./dist/main.cjs",
  "module": "./dist/main.mjs",
  "types": "./dist/main.d.ts",
  "files": [
    "**/*.{js,mjs,cjs,map,d.ts,html,md,LEGAL.txt,css}",
    "LICENSE"
  ],
  "scripts": {
    "build": "wireit",
    "test": "wireit",
    "watch": "wireit"
  },
  "dependencies": {
    "@alwatr/delay": "^5.5.4",
    "@alwatr/flux": "^4.0.5",
    "@alwatr/logger": "^5.5.3",
    "@alwatr/package-tracer": "^5.5.3",
    "@nexim/element": "^2.0.3",
    "debounce": "^2.2.0",
    "lit": "^3.3.1"
  },
  "devDependencies": {
    "@alwatr/nano-build": "^5.5.3",
    "@alwatr/parse-duration": "^5.5.4",
    "@alwatr/type-helper": "^5.4.1",
    "@nexim/typescript-config": "^2.0.1",
    "ava": "^6.4.1",
    "typescript": "^5.8.3",
    "wireit": "^0.14.12"
  },
  "publishConfig": {
    "access": "public"
  },
  "wireit": {
    "test": {
      "command": "NODE_OPTIONS=\"$NODE_OPTIONS --enable-source-maps --experimental-vm-modules\" ava"
    },
    "build": {
      "dependencies": [
        "build:type",
        "build:es"
      ]
    },
    "build:es": {
      "command": "yarn nano-build --preset=module",
      "files": [
        "src",
        "tsconfig.json"
      ],
      "clean": "if-file-deleted",
      "output": [
        "dist",
        "tsconfig.tsbuildinfo"
      ]
    },
    "build:type": {
      "command": "tsc --build"
    },
    "watch": {
      "dependencies": [
        "watch:ts"
      ]
    },
    "watch:ts": {
      "command": "tsc --build --watch --preserveWatchOutput",
      "dependencies": [
        "watch:es"
      ]
    },
    "watch:es": {
      "command": "yarn nano-build --preset=module -- --watch",
      "service": true
    }
  },
  "gitHead": "bcb63c42fd0c82c6882fe91c356b938ce298b839"
}
