{
  "name": "akita-schematics",
  "version": "1.0.0-rc.1",
  "description": "Akita Schematics for Angular",
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "test": "npm run build && jasmine **/*_spec.js"
  },
  "keywords": [
    "RxJS",
    "Angular",
    "Redux",
    "Akita",
    "Schematics",
    "Angular CLI"
  ],
  "author": "Netanel Basal <netanel7799@gmail.com>",
  "license": "Apache License 2.0",
  "schematics": "./src/collection.json",
  "homepage": "https://github.com/@datorama/akita/schematics#readme",
  "dependencies": {
    "@angular-devkit/architect": "0.7.2",
    "@angular-devkit/core": "0.7.2",
    "@angular-devkit/schematics": "0.7.2",
    "@types/jasmine": "^2.6.0",
    "@types/node": "^8.0.31",
    "jasmine": "^2.8.0",
    "typescript": "2.9.2"
  },
  "devDependencies": {
    "pluralize": "^7.0.0"
  }
}
