UNPKG

@sourceloop/user-onboarding-client

Version:

Library for providing a smooth user onboarding

57 lines 1.78 kB
{ "name": "@sourceloop/user-onboarding-client", "version": "6.0.0", "description": "Library for providing a smooth user onboarding ", "keywords": [ "angular-library" ], "peerDependencies": { "@angular/common": "^17.3.0", "@angular/core": "^17.3.0", "@angular/router": "^17.3.0", "@videogular/ngx-videogular": "^5.0.1", "ngx-webstorage-service": "^5.0.0", "rxjs": "~7.8.1", "shepherd.js": "^10.0.0", "uuid": "^8.3.2" }, "overrides": { "@videogular/ngx-videogular": { "@angular/platform-browser-dynamic": "^17.3.0" } }, "dependencies": { "tslib": "^2.0.0" }, "repository": { "type": "git", "url": "https://github.com/sourcefuse/arc-ng-components", "directory": "packages/user-onboarding" }, "author": "Sourcefuse", "license": "MIT", "private": false, "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public", "directory": "dist" }, "gitHead": "5ea70717eac9bd226c8649220a634d937f9c43ac", "module": "fesm2022/sourceloop-user-onboarding-client.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "esm2022": "./esm2022/sourceloop-user-onboarding-client.mjs", "esm": "./esm2022/sourceloop-user-onboarding-client.mjs", "default": "./fesm2022/sourceloop-user-onboarding-client.mjs" } }, "sideEffects": false, "scripts": { "prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by Ivy in full compilation mode. This is not allowed.\\nPlease delete and rebuild the package with Ivy partial compilation mode, before attempting to publish.\\n')\" && exit 1" } }