{
  "name": "@sixhour/schematics",
  "version": "1.1.2",
  "description": "Schematics that works with ABP Backend",
  "keywords": [
    "schematics"
  ],
  "author": "",
  "license": "MIT",
  "schematics": "./collection.json",
  "scripts": {
    "build": "tsc && tsx build.ts"
  },
  "dependencies": {
    "@angular-devkit/core": "~15.0.1",
    "@angular-devkit/schematics": "~15.0.1",
    "@angular/cli": "~15.0.1",
    "execa": "^7.1.1",
    "fs-extra": "^11.1.1",
    "got": "^11.5.2",
    "jsonc-parser": "^2.3.0",
    "should-quote": "^1.0.0",
    "typescript": "4.8.4"
  },
  "devDependencies": {
    "@angular-devkit/schematics-cli": "^15.2.6",
    "@schematics/angular": "~14.2.1",
    "@types/fs-extra": "^11.0.1",
    "@types/jest": "^26.0.0",
    "@types/node": "^12.11.1",
    "jest": "^26.0.0",
    "jest-preset-angular": "^8.2.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
