{
  "name": "wts-tour",
  "version": "0.0.6",
  "license": "MIT",
  "author": "Suman Mandal",
  "description": "The Angular Welcome Tour package offers a fully customizable and interactive step-by-step tour feature for websites, designed to guide users through key sections and functionalities of the application on their first visit. Built natively for Angular 17+ without external dependencies, it is lightweight, easy to integrate, and highly flexible.",
  "keywords": [
    "tour",
    "joyride",
    "angular 17 +",
    "tutorial",
    "step by step tutorial",
    "welcome tour",
    "typeScript"
  ],
  "peerDependencies": {
    "@angular/common": "^18.1.0",
    "@angular/core": "^18.1.0"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "sideEffects": false,
  "module": "fesm2022/wts-tour.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2022": "./esm2022/wts-tour.mjs",
      "esm": "./esm2022/wts-tour.mjs",
      "default": "./fesm2022/wts-tour.mjs"
    }
  }
}