{
    "name": "nestjs-oemc",
    "version": "3.0.4",
    "description": "NestJS - One Endpoint Multiple Controller",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "scripts": {
        "lint": "tslint -p tsconfig.json",
        "test": "jest",
        "test:watch": "jest --watch",
        "build": "rm -rf dist && tsc -p tsconfig.json",
        "prepublish": "npm run format && npm run build",
        "format": "prettier --write \"src/**/*.ts\"",
        "prepublishOnly": "npm test && npm run lint",
        "preversion": "npm run lint",
        "version": "npm run format && npm run test && git add -A src",
        "postversion": "git push && git push --tags"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/ATJSH/nestjs-oemc.git"
    },
    "bugs": {
        "url": "https://github.com/ATJSH/nestjs-oemc/issues"
    },
    "homepage": "https://github.com/ATJSH/nestjs-oemc#readme",
    "devDependencies": {
        "@types/jest": "^26.0.20",
        "@types/lodash": "^4.14.168",
        "@types/node": "^14.14.31",
        "jest": "^26.6.3",
        "prettier": "^2.2.1",
        "ts-jest": "^26.5.2",
        "ts-node": "^9.1.1",
        "tslint": "^6.1.3",
        "tslint-config-prettier": "^1.18.0",
        "typescript": "^4.2.2"
    },
    "jest": {
        "moduleFileExtensions": [
            "js",
            "json",
            "ts"
        ],
        "rootDir": "tests",
        "testRegex": ".*\\.test\\.ts$",
        "transform": {
            "^.+\\.(t|j)s$": "ts-jest"
        },
        "collectCoverageFrom": [
            "**/*.(t|j)s"
        ],
        "coverageDirectory": "../coverage",
        "testEnvironment": "node"
    },
    "dependencies": {
        "@nestjs/common": "^7.6.15",
        "@nestjs/core": "^7.6.15",
        "@nestjs/swagger": "^4.8.0",
        "@nestjs/testing": "^7.6.15"
    }
}
