{
  "name": "@ronas-it/angular-schematics",
  "version": "13.3.5",
  "description": "Ronas IT Angular Schematics",
  "scripts": {
    "build": "tsc -p tsconfig.json"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/RonasIT/angular-schematics.git"
  },
  "keywords": [
    "schematics",
    "generator",
    "boilerplate",
    "angular",
    "modules"
  ],
  "author": "Ronas IT",
  "license": "MIT",
  "schematics": "./src/collection.json",
  "files": [
    "core",
    "src"
  ],
  "dependencies": {
    "@angular-devkit/core": "^13.3.5",
    "@angular-devkit/schematics": "^13.3.5",
    "@schematics/angular": "^13.3.5",
    "jsonc-parser": "^3.0.0",
    "sort-keys": "4.2.0",
    "strip-json-comments": "3.1.1",
    "typescript": "^4.6.4"
  },
  "devDependencies": {
    "@angular-devkit/schematics-cli": "^13.3.5",
    "@types/node": "^17.0.31"
  },
  "ng-add": {
    "save": "devDependencies"
  }
}
