{
    "name": "@thesocialdev/nestjs-unleash",
    "version": "2.2.4",
    "description": "Unleash integration for NestJS",
    "author": "Philipp Busse",
    "main": "dist/src/index.js",
    "types": "dist/src/index.d.ts",
    "bugs": {
        "url": "https://github.com/pmb0/nestjs-unleash/issues"
    },
    "homepage": "https://github.com/pmb0/nestjs-unleash#readme",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/pmb0/nestjs-unleash.git"
    },
    "husky": {
        "hooks": {
            "pre-commit": "lint-staged",
            "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
        }
    },
    "license": "MIT",
    "scripts": {
        "prebuild": "rimraf dist",
        "build": "tsc -p tsconfig.build.json",
        "format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
        "start:dev": "nodemon  --exec ts-node --files e2e/src/main.ts",
        "lint": "eslint --cache .",
        "_postinstall": "is-ci || husky install",
        "prepublish": "pinst --disable",
        "postpublish": "pinst --enable",
        "test": "jest",
        "test:watch": "jest --watch",
        "test:cov": "jest --coverage",
        "test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
        "test:e2e": "jest --config ./e2e/jest-e2e.json"
    },
    "engines": {
        "node": ">= 12.0.0"
    },
    "dependencies": {
        "ip": "^1.1.5",
        "murmurhash3js": "^3.0.1"
    },
    "peerDependencies": {
        "@nestjs/axios": "^1.0.1",
        "@nestjs/common": "^9.0.0",
        "@nestjs/core": "^9.0.0",
        "@nestjs/schedule": "^2.1.0",
        "axios": "^1.0.1",
        "reflect-metadata": "^0.1.12",
        "rxjs": "^7.3.0"
    },
    "devDependencies": {
        "@commitlint/cli": "^17.0.0",
        "@commitlint/config-conventional": "^17.0.0",
        "@heise/eslint-config": "^20.0.7",
        "@nestjs/axios": "1.0.1",
        "@nestjs/cli": "^9.1.5",
        "@nestjs/common": "9.0.0",
        "@nestjs/config": "^2.2.0",
        "@nestjs/core": "9.0.0",
        "@nestjs/platform-express": "^9.0.0",
        "@nestjs/schedule": "2.2.0",
        "@nestjs/schematics": "^9.0.3",
        "@nestjs/testing": "^9.0.0",
        "@semantic-release/changelog": "^6.0.0",
        "@semantic-release/commit-analyzer": "^9.0.0",
        "@semantic-release/git": "^10.0.0",
        "@semantic-release/npm": "^9.0.0",
        "@semantic-release/release-notes-generator": "^10.0.0",
        "@types/cron": "^2.0.0",
        "@types/express": "^4.17.9",
        "@types/ip": "^1.1.0",
        "@types/jest": "28.1.8",
        "@types/murmurhash3js": "^3.0.2",
        "@types/node": "^14.14.10",
        "@types/supertest": "^2.0.10",
        "@unleash/client-specification": "^4.2.2",
        "axios": "1.2.1",
        "express": "^4.17.1",
        "husky": "^8.0.0",
        "is-ci": "^3.0.0",
        "jest": "^28.0.0",
        "lint-staged": "^13.0.0",
        "mockdate": "^3.0.2",
        "nodemon": "^2.0.13",
        "pinst": "^3.0.0",
        "reflect-metadata": "^0.1.12",
        "rimraf": "^4.0.0",
        "rxjs": "^7.3.0",
        "semantic-release": "^19.0.0",
        "ts-jest": "^28.0.0",
        "ts-loader": "^9.0.0",
        "ts-node": "^10.0.0",
        "tsconfig-paths": "^4.0.0",
        "typescript": "^4.1.2"
    },
    "jest": {
        "moduleFileExtensions": [
            "js",
            "json",
            "ts"
        ],
        "coveragePathIgnorePatterns": [
            "node_modules",
            ".module.ts",
            "testing"
        ],
        "rootDir": "src",
        "testRegex": ".spec.ts$",
        "transform": {
            "^.+\\.(t|j)s$": "ts-jest"
        },
        "coverageDirectory": "../coverage",
        "testEnvironment": "node"
    }
}
