{
  "name": "@valburyakov/ngx-easy-test",
  "version": "2.1.2",
  "description": "Simplified tests for Angular 4",
  "main": "lib/index.js",
  "types": "./lib/index.d.ts",
  "keywords": [
    "angular unit test",
    "angular simplified tests",
    "jasmine",
    "angular",
    "angular tests",
    "angular easy tests",
    "angular test services",
    "angular testing dumb components"
  ],
  "config": {
    "commitizen": {
      "path": "node_modules/cz-conventional-changelog"
    }
  },
  "devDependencies": {
    "@angular/common": "^5.0.0",
    "@angular/core": "^5.0.0",
    "@angular/platform-browser": "^5.0.0",
    "@types/jasmine": "^2.5.54",
    "@types/jasminewd2": "^2.0.3",
    "commitizen": "^2.9.6",
    "conventional-changelog-cli": "^1.3.3",
    "cz-conventional-changelog": "^2.0.0",
    "rxjs": "5.5.2",
    "semantic-release": "^12.4.1",
    "semantic-release-cli": "^3.2.0",
    "typescript": "2.4.2"
  },
  "homepage": "http://github.com/velesin/jasmine-jquery",
  "authors": [
    "Netanel Basal",
    "Valentin Buryakov"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\"",
    "build": "rm -rf ./lib && tsc",
    "prepublish": "tsc",
    "setup": "semantic-release-cli setup",
    "commit": "git cz",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/valburyakov/ngx-easy-test"
  },
  "license": "MIT"
}
