@y3krulez/angular-archwizard
Version:
The port of angular-archwizard, supporting IVY and thus being compatible with Angular16+
54 lines • 1.54 kB
JSON
{
"name": "@y3krulez/angular-archwizard",
"version": "8.0.0-develop",
"license": "MIT",
"description": "The port of angular-archwizard, supporting IVY and thus being compatible with Angular16+",
"homepage": "https://github.com/CArnaboldi/angular-archwizard",
"author": {
"name": "Marc Arndt",
"email": "marc.arndt@masimi.de"
},
"repository": {
"type": "git",
"url": "https://github.com/CArnaboldi/angular-archwizard"
},
"bugs": {
"url": "https://github.com/CArnaboldi/angular-archwizard/issues"
},
"keywords": [
"angular",
"angular15",
"angular16",
"angular17",
"ng15",
"ng16",
"ng17",
"ngx",
"typescript",
"wizard",
"component"
],
"dependencies": {
"tslib": "^2.3.0"
},
"module": "fesm2015/y3krulez-angular-archwizard.mjs",
"es2020": "fesm2020/y3krulez-angular-archwizard.mjs",
"esm2020": "esm2020/y3krulez-angular-archwizard.mjs",
"fesm2020": "fesm2020/y3krulez-angular-archwizard.mjs",
"fesm2015": "fesm2015/y3krulez-angular-archwizard.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2020": "./esm2020/y3krulez-angular-archwizard.mjs",
"es2020": "./fesm2020/y3krulez-angular-archwizard.mjs",
"es2015": "./fesm2015/y3krulez-angular-archwizard.mjs",
"node": "./fesm2015/y3krulez-angular-archwizard.mjs",
"default": "./fesm2020/y3krulez-angular-archwizard.mjs"
}
},
"sideEffects": false
}