{
  "name": "@ngx-ext/schematics-api",
  "version": "0.0.2",
  "description": "Set of tools wrapping Angular Schematics.",
  "main": "./index",
  "types": "./index",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "$(npm bin)/tsc -p tsconfig.json",
    "prepublishOnly": "npm run build",
    "publish:rc": "npm publish --tag=RC --access=public",
    "publish:prod": "npm publish --access=public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ngx-ext/schematics-api.git"
  },
  "keywords": [
    "angular",
    "typescript",
    "schematics",
    "wrapper",
    "cli"
  ],
  "author": "Daniel Kucal",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/ngx-ext/schematics-api/issues"
  },
  "homepage": "https://github.com/ngx-ext/schematics-api#readme",
  "peerDependencies": {
    "@angular-devkit/schematics": ">= 9",
    "@schematics/angular": ">= 9"
  },
  "devDependencies": {
    "@angular-devkit/schematics": ">= 11",
    "@schematics/angular": ">= 11",
    "@types/node": ">= 11",
    "typescript": ">= 3"
  }
}
