UNPKG

@uiowa/universal-workflow

Version:

universal-workflow, uiowa-universal-workflow, universal workflow

39 lines 1.01 kB
{ "name": "@uiowa/universal-workflow", "version": "1.0.3", "author": "Changhui Xu <changhui-xu@uiowa.edu>", "description": "universal-workflow, uiowa-universal-workflow, universal workflow", "keywords": [ "Angular", "uiowa", "universal-workflow", "workflow" ], "repository": { "type": "git", "url": "https://github.com/changhuixu/uiowa-universal-workflow.git" }, "license": "MIT", "peerDependencies": { "@angular/common": ">=13.0.0", "@angular/core": ">=13.0.0", "@uiowa/spinner": ">=13.1.0" }, "dependencies": { "tslib": "^2.3.0" }, "sideEffects": false, "module": "fesm2022/uiowa-universal-workflow.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "esm2022": "./esm2022/uiowa-universal-workflow.mjs", "esm": "./esm2022/uiowa-universal-workflow.mjs", "default": "./fesm2022/uiowa-universal-workflow.mjs" } } }