{
  "name": "@dirkluijk/observable-matchers",
  "version": "0.3.3",
  "description": "Simple RxJS matchers for Jasmine and Jest",
  "main": "index.js",
  "typings": "dist/public-api.d.ts",
  "author": "Dirk Luijk <mail@dirkluijk.nl>",
  "license": "MIT",
  "private": false,
  "scripts": {
    "commit": "git-cz",
    "lint": "tslint --project tsconfig.json src/**/**.ts",
    "test": "yarn test:jasmine && yarn test:jest",
    "test:jasmine": "ts-node --project test/jasmine/tsconfig.json -r tsconfig-paths/register node_modules/jasmine/bin/jasmine test/jasmine/**/*.spec.ts",
    "test:jest": "jest",
    "build": "rm -Rf dist && tsc --project . && cp README.md dist && cp package.json dist",
    "release": "standard-version",
    "postcommit": "yarn build"
  },
  "peerDependencies": {
    "rxjs": "^6.0.0"
  },
  "devDependencies": {
    "@commitlint/cli": "^8.1.0",
    "@commitlint/config-conventional": "^8.1.0",
    "@dscheerens/tslint-presets": "^5.0.1",
    "@types/jasmine": "^3.3.16",
    "@types/jest": "^24.0.17",
    "all-contributors-cli": "^6.8.1",
    "commitizen": "^4.0.3",
    "cz-conventional-changelog": "3.0.2",
    "husky": "^3.0.2",
    "jasmine": "^3.4.0",
    "jest": "^24.8.0",
    "rxjs": "^6.5.2",
    "standard-version": "^7.0.0",
    "ts-jest": "^24.0.2",
    "ts-node": "^8.3.0",
    "tsconfig-paths": "^3.8.0",
    "tslint": "^5.18.0",
    "typescript": "^3.5.3"
  },
  "dependencies": {
    "add-matchers": "^0.6.2"
  },
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "standard-version": {
    "scripts": {
      "postbump": "yarn build"
    }
  }
}
