{
  "name": "@po-ui/ng-schematics",
  "version": "21.9.0",
  "description": "PO UI - Schematics",
  "author": "PO UI",
  "license": "MIT",
  "homepage": "https://po-ui.io",
  "repository": {
    "type": "git",
    "url": "https://github.com/po-ui/po-angular"
  },
  "scripts": {
    "build": "gulp build:schematics:lib",
    "postbuild": "gulp replaceVersion && cd ../../dist/ng-schematics && npm pack"
  },
  "peerDependencies": {
    "@angular-devkit/core": "^21",
    "@angular-devkit/schematics": "^21",
    "@schematics/angular": "^21"
  },
  "dependencies": {
    "jsonc-parser": "^3.2.0"
  }
}
