UNPKG

@covalent/guided-tour

Version:
44 lines 1.16 kB
{ "name": "@covalent/guided-tour", "version": "11.17.0", "description": "Covalent Guided Tour Module", "keywords": [ "angular", "covalent", "shepherd", "tour", "guide", "guided tour" ], "repository": { "type": "git", "url": "https://github.com/teradata/covalent.git" }, "bugs": { "url": "https://github.com/teradata/covalent/issues" }, "license": "MIT", "peerDependencies": { "@angular/common": "20.x.x", "@angular/core": "20.x.x", "shepherd.js": "^9.0.0" }, "dependencies": { "tslib": "^2.8.1" }, "module": "fesm2022/covalent-guided-tour.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/covalent-guided-tour.mjs" } }, "sideEffects": false, "scripts": { "prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled in full compilation mode. This is not allowed.\\nPlease delete and rebuild the package with partial compilation mode, before attempting to publish.\\n')\" && exit 1" } }