{
  "name": "@neox/schematics",
  "version": "12.0.29",
  "description": "Angular schematics for faster and scalable code generation",
  "author": "Christian Faustmann <faustmannchr@gmail.com>",
  "license": "MIT",
  "homepage": "https://github.com/neox5/neo-schematics",
  "schematics": "./src/collection.json",
  "ng-add": {
    "save": "devDependencies"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "build:watch": "tsc -p tsconfig.json --watch",
    "test": "npm run build && jest src/**/*_spec.js",
    "clean": "find src -type f \\( -name \"*.js\" -or -name \"*.js.map\" -or -name \"*.d.ts\" \\) -exec rm {} +",
    "version": "git add -A src",
    "postversion": "git push && git push --tags",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "angular",
    "Angular CLI",
    "code generation",
    "devkit",
    "schematics",
    "scalable",
    "neox"
  ],
  "dependencies": {
    "@angular-devkit/core": "^12.0.1",
    "@angular-devkit/schematics": "^12.0.1",
    "@phenomnomnominal/tsquery": "^4.1.1",
    "@schematics/angular": "^12.0.2",
    "prettier": "^2.3.0",
    "strip-json-comments": "^3.1.1",
    "typescript": "~4.1.2"
  },
  "devDependencies": {
    "@types/jest": "^26.0.22",
    "@types/node": "^12.11.1",
    "jest": "^26.6.3"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/neox5/neo-schematics.git"
  }
}
