{
  "name": "@bagubagu/schematics",
  "version": "0.3.30",
  "description": "Bagubagu Schematics",
  "scripts": {
    "build": "rm -rf ./dist && tsc -p tsconfig.json && npm run copyfiles",
    "copyfiles": "./bash_scripts/copyFilesToDist.sh",
    "test": "npm run build && jasmine src/**/*_spec.js",
    "deploy": "npm run build && npm version patch && npm publish"
  },
  "bin": {
    "generate-json-schematics": "./dist/generate-json/bin/index.js"
  },
  "keywords": [
    "schematics"
  ],
  "author": "",
  "license": "MIT",
  "schematics": "./src/collection.json",
  "dependencies": {
    "@angular-devkit/core": "^7.2.2",
    "@angular-devkit/schematics": "^7.2.2",
    "@angular/cdk": "^7.2.2",
    "@schematics/angular": "^7.2.3",
    "glob": "^7.1.3",
    "inquirer": "^6.2.2",
    "tslint": "^5.12.1"
  },
  "devDependencies": {
    "@types/inquirer": "^0.0.44",
    "@types/jasmine": "^2.6.0",
    "@types/node": "^8.0.31",
    "@types/rx-core": "^4.0.3",
    "jasmine": "^2.8.0",
    "tslint": "^5.12.1",
    "typescript": "~3.2.2"
  }
}
