{
  "name": "ngxs-schematic",
  "version": "1.1.9",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mehmet-erim/ngxs-schematics.git"
  },
  "license": "MIT",
  "homepage": "https://github.com/mehmet-erim/ngxs-schematic#readme",
  "bugs": {
    "url": "https://github.com/mehmet-erim/ngxs-schematic/issues"
  },
  "description": "Ngxs Schematics makes it easy to create a state files.",
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "build:watch": "tsc -p tsconfig.json --watch",
    "schematics": "schematics",
    "run:state": "yarn build && schematics .:state",
    "test": "npm run build && jasmine src/**/*_spec.js"
  },
  "keywords": [
    "angular",
    "angular schematics",
    "schematics",
    "ngxs schematics",
    "state schematics",
    "store schematics",
    "ngxs",
    "state",
    "store"
  ],
  "author": {
    "name": "Mehmet Erim",
    "email": "mehmet@mehmeterim.com"
  },
  "schematics": "./src/collection.json",
  "dependencies": {
    "@angular-devkit/core": "^8.0.3",
    "@angular-devkit/schematics": "^8.0.6",
    "@types/jasmine": "^3.3.9",
    "@types/node": "^8.0.31",
    "jasmine": "^3.3.1",
    "typescript": "^3.5.2"
  },
  "devDependencies": {
    "@angular-devkit/schematics-cli": "^0.800.6"
  }
}
