UNPKG

angular-shepherd

Version:

An Angular wrapper for the site tour library Shepherd.

53 lines (52 loc) 1.22 kB
{ "name": "angular-shepherd", "version": "22.0.0", "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": "AGPL-3.0", "author": { "name": "Robert Wagner", "email": "rwwagner90@gmail.com", "url": "https://github.com/RobbieTheWagner" }, "dependencies": { "shepherd.js": "^15.0.0" }, "peerDependencies": { "@angular/common": "^21.0.0", "@angular/core": "^21.0.0" }, "publishConfig": { "registry": "https://registry.npmjs.org" }, "files": [ "dist", "README.md", "LICENSE.md" ], "module": "./dist/fesm2022/angular-shepherd.mjs", "types": "./dist/types/angular-shepherd.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./dist/types/angular-shepherd.d.ts", "default": "./dist/fesm2022/angular-shepherd.mjs" } }, "sideEffects": false, "release-plan": { "tagFormat": "v${version}" } }