{
  "name": "angular-shepherd",
  "version": "19.0.2",
  "description": "An Angular wrapper for the site tour library Shepherd.",
  "keywords": [
    "angular",
    "shepherd",
    "site tour",
    "tour"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/shipshapecode/angular-shepherd.git"
  },
  "homepage": "https://github.com/shipshapecode/angular-shepherd",
  "license": "MIT",
  "author": {
    "name": "Robert Wagner",
    "email": "rwwagner90@gmail.com",
    "url": "https://github.com/rwwagner90"
  },
  "dependencies": {
    "shepherd.js": "^14.4.0",
    "tslib": "^2.3.0"
  },
  "peerDependencies": {
    "@angular/common": "^19.0.0",
    "@angular/core": "^19.0.0"
  },
  "module": "fesm2022/angular-shepherd.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/angular-shepherd.mjs"
    }
  },
  "sideEffects": false
}