{
  "name": "ng-auto-moq",
  "version": "6.2.3",
  "author": "dvabuzyarov(at)gmail.com",
  "license": "MIT",
  "readme": "README.md",
  "description": "Unit tests reflector that automatically mocks dependencies with moq.ts for angular units",
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dvabuzyarov/ng-auto-moq"
  },
  "keywords": [
    "angular",
    "injector",
    "moq.ts",
    "auto",
    "test",
    "mock",
    "fake"
  ],
  "bugs": {
    "url": "https://github.com/dvabuzyarov/ng-auto-moq/issues"
  },
  "dependencies": {
    "tslib": "2.4.1"
  },
  "peerDependencies": {
    "@angular/core": "*",
    "moq.ts": "*"
  },
  "optionalDependencies": {
    "@testdozer/ng-injector-types": "*"
  },
  "module": "fesm2015/ng-auto-moq.mjs",
  "es2020": "fesm2020/ng-auto-moq.mjs",
  "esm2020": "esm2020/ng-auto-moq.mjs",
  "fesm2020": "fesm2020/ng-auto-moq.mjs",
  "fesm2015": "fesm2015/ng-auto-moq.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2020": "./esm2020/ng-auto-moq.mjs",
      "es2020": "./fesm2020/ng-auto-moq.mjs",
      "es2015": "./fesm2015/ng-auto-moq.mjs",
      "node": "./fesm2015/ng-auto-moq.mjs",
      "default": "./fesm2020/ng-auto-moq.mjs"
    },
    "./jest": {
      "types": "./jest/index.d.ts",
      "esm2020": "./esm2020/jest/ng-auto-moq-jest.mjs",
      "es2020": "./fesm2020/ng-auto-moq-jest.mjs",
      "es2015": "./fesm2015/ng-auto-moq-jest.mjs",
      "node": "./fesm2015/ng-auto-moq-jest.mjs",
      "default": "./fesm2020/ng-auto-moq-jest.mjs"
    }
  },
  "sideEffects": false
}
