{
  "name": "ng-wizard",
  "description": "Angular ng-wizard - Angular wizard | stepper",
  "version": "19.0.1",
  "repository": {
    "type": "git",
    "url": "https://github.com/abdulkadirgenc/ng-wizard.git"
  },
  "bugs": {
    "url": "https://github.com/abdulkadirgenc/ng-wizard/issues"
  },
  "author": "Abdulkadir Genç <gencakadir@gmail.com>",
  "homepage": "https://github.com/abdulkadirgenc/ng-wizard",
  "license": "MIT",
  "private": false,
  "peerDependencies": {
    "@angular/common": ">=19.0.0",
    "@angular/core": ">=19.0.0"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "sideEffects": false,
  "keywords": [
    "angular",
    "wizard",
    "stepper",
    "ng-wizard",
    "wizard-component",
    "stepper-component",
    "step-wizard",
    "bootstrap"
  ],
  "module": "fesm2022/ng-wizard.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/ng-wizard.mjs"
    }
  }
}