{
  "name": "@golevelup/ts-jest",
  "version": "0.4.0",
  "description": "Reusable utilties to help level up NestJS Testing",
  "author": "Jesse Carter <jesse.r.carter@gmail.com>",
  "homepage": "https://github.com/golevelup/nestjs#readme",
  "license": "MIT",
  "keywords": [
    "NestJS",
    "testing",
    "utilities",
    "levelup"
  ],
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/golevelup/nestjs.git"
  },
  "scripts": {
    "build": "tsc --build tsconfig.build.json",
    "build:watch": "tsc --build tsconfig.build.json --watch",
    "test": "jest"
  },
  "bugs": {
    "url": "https://github.com/golevelup/nestjs/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "jest": {
    "moduleFileExtensions": [
      "js",
      "json",
      "ts"
    ],
    "rootDir": "src",
    "testRegex": ".spec.ts$",
    "transform": {
      "^.+\\.ts$": "ts-jest"
    },
    "coverageDirectory": "../coverage",
    "testEnvironment": "node"
  },
  "gitHead": "e548ccdb6def8cacf68fe7f60e13ec612eb0f57b"
}
