{
  "name": "@lowcodeunit-devkit/ng-lcu",
  "version": "1.28.161",
  "description": "A blank schematics",
  "scripts": {
    "deploy": "npm version 1.28.161 --no-git-tag-version -f && npm run build && npm run deploy:lib",
    "deploy:lib": "npm publish ./ --access public",
    "build": "tsc -p tsconfig.json",
    "build-for-local-testing": "tsc -p tsconfig.json --watch",
    "test": "npm run build && jasmine src/**/*_spec.js"
  },
  "keywords": [
    "schematics"
  ],
  "author": "",
  "license": "MIT",
  "schematics": "./src/collection.json",
  "dependencies": {
    "@angular-devkit/core": "^11.2.0",
    "@angular-devkit/schematics": "^11.2.0",
    "@angular-devkit/schematics-cli": "^0.1102.0",
    "@schematics/angular": "^10.1.1",
    "@schematics/schematics": "^0.1001.1",
    "@types/jasmine": "^3.5.14",
    "@types/node": "^14.10.1",
    "jasmine": "^3.6.1",
    "rxjs": "~6.6.3",
    "typescript": "^4.0.2"
  },
  "devDependencies": {
    "@angular/cli": "^11.2.0",
    "@angular/common": "^11.2.0",
    "@angular/core": "^11.2.0",
    "ng-momentum": "0.0.24",
    "tslib": "^2.0.1",
    "uninstall": "0.0.0",
    "user-home": "^2.0.0"
  }
}
