{
  "name": "@cerebral/angular",
  "version": "5.0.0",
  "description": "Angular view for Cerebral",
  "main": "index.js",
  "author": "Christian Alfoni <christianalfoni@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cerebral/cerebral.git"
  },
  "bugs": {
    "url": "https://github.com/cerebral/cerebral/issues"
  },
  "homepage": "http://cerebral.github.io/cerebral-website",
  "scripts": {
    "build": "tsc -p ./src",
    "coverage": "jest --coverage",
    "prepublish": "npm run build",
    "test": "NODE_ENV=test jest --runInBand",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "cerebral": "6.0.0"
  },
  "peerDependencies": {
    "@angular/core": ">=14.0.0 <20.0.0"
  },
  "nyc": {
    "exclude": [
      "node_modules",
      "lib",
      "test",
      "**/*.test.js",
      "**/testHelper.js"
    ]
  }
}