{
  "name": "@kodkat/ng-spec",
  "description": "A powerful tool to simplify your Angular tests",
  "author": "Isaac Martín <misaacmartin@gmail.com>",
  "version": "1.0.0",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/formonkey/ng-spec"
  },
  "bugs": {
    "url": "https://github.com/formonkey/ng-spec/issues"
  },
  "homepage": "https://github.com/formonkey/ng-spec#readme",
  "keywords": [
    "angular unit test",
    "angular simplified tests",
    "jasmine",
    "angular",
    "angular tests",
    "angular easy tests",
    "angular test services",
    "angular testing dumb components"
  ],
  "dependencies": {
    "@testing-library/dom": "7.26.5",
    "jquery": "3.6.0",
    "replace-in-file": "^6.2.0",
    "tslib": "^2.0.0"
  },
  "peerDependencies": {
    "@angular/common": ">= 10.1.0",
    "@angular/core": ">= 10.1.0",
    "@angular/router": ">= 10.1.0",
    "typescript": ">= 2.8.0"
  },
  "schematics": "./schematics/collection.json",
  "typesVersions": {
    "<3.7": {
      "*": [
        "ts3.4/*"
      ]
    }
  },
  "main": "bundles/kodkat-ng-spec.umd.js",
  "module": "fesm2015/kodkat-ng-spec.js",
  "es2015": "fesm2015/kodkat-ng-spec.js",
  "esm2015": "esm2015/kodkat-ng-spec.js",
  "fesm2015": "fesm2015/kodkat-ng-spec.js",
  "typings": "kodkat-ng-spec.d.ts",
  "metadata": "kodkat-ng-spec.metadata.json",
  "sideEffects": false
}