{
  "name": "@abbasmgz/ngx-web-tour",
  "version": "1.0.9",
  "description": "A beautiful, customizable, and easy-to-use product tour library for Angular applications",
  "keywords": [
    "angular",
    "tour",
    "tutorial",
    "guide",
    "onboarding",
    "walkthrough",
    "product-tour",
    "user-guide",
    "tooltip",
    "highlight"
  ],
  "author": "abbas-mgz",
  "license": "MIT",
  "homepage": "https://github.com/abbas-mgz/ngx-web-tour#readme",
  "bugs": {
    "url": "https://github.com/abbas-mgz/ngx-web-tour/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/abbas-mgz/ngx-web-tour.git"
  },
  "peerDependencies": {
    "@angular/common": ">=13.0.0",
    "@angular/core": ">=13.0.0",
    "rxjs": ">=6.5.0 || >=7.0.0"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "sideEffects": false,
  "module": "fesm2015/abbasmgz-ngx-web-tour.mjs",
  "es2020": "fesm2020/abbasmgz-ngx-web-tour.mjs",
  "esm2020": "esm2020/abbasmgz-ngx-web-tour.mjs",
  "fesm2020": "fesm2020/abbasmgz-ngx-web-tour.mjs",
  "fesm2015": "fesm2015/abbasmgz-ngx-web-tour.mjs",
  "typings": "abbasmgz-ngx-web-tour.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./abbasmgz-ngx-web-tour.d.ts",
      "esm2020": "./esm2020/abbasmgz-ngx-web-tour.mjs",
      "es2020": "./fesm2020/abbasmgz-ngx-web-tour.mjs",
      "es2015": "./fesm2015/abbasmgz-ngx-web-tour.mjs",
      "node": "./fesm2015/abbasmgz-ngx-web-tour.mjs",
      "default": "./fesm2020/abbasmgz-ngx-web-tour.mjs"
    }
  }
}