{
  "name": "angular-walkthrough",
  "version": "0.12.1",
  "description": "Walkthrough, an Angular library",
  "author": "Célian Veyssière",
  "license": "MIT",
  "keywords": [
    "walkthrough",
    "angular"
  ],
  "peerDependencies": {
    "@angular/common": ">=21.0.0",
    "@angular/core": ">=21.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Harvest-Dev/ng-walkthrough.git"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "bugs": {
    "url": "https://github.com/Harvest-Dev/ng-walkthrough/issues"
  },
  "homepage": "https://github.com/Harvest-Dev/ng-walkthrough#readme",
  "module": "fesm2022/angular-walkthrough.mjs",
  "typings": "types/angular-walkthrough.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/angular-walkthrough.d.ts",
      "default": "./fesm2022/angular-walkthrough.mjs"
    }
  },
  "sideEffects": false,
  "type": "module",
  "dependencies": {
    "tslib": "^2.3.0"
  }
}