UNPKG

nestjs-pact

Version:

Injectable Pact.js Consumer/Producer for NestJS

108 lines (107 loc) 3.19 kB
{ "name": "nestjs-pact", "version": "2.3.4", "license": "MIT", "description": "Injectable Pact.js Consumer/Producer for NestJS", "keywords": [ "nest", "nestjs", "pact", "pactjs", "nestjs-pact", "cdc" ], "contributors": [ { "name": "Omer Morad", "email": "omer.moradd@gmail.com" } ], "repository": { "type": "git", "url": "https://github.com/omermorad/nestjs-pact.git" }, "bugs": { "url": "https://github.com/omermorad/nestjs-pact/issues" }, "readme": "https://github.com/omermorad/nestjs-pact/README.md", "scripts": { "prebuild": "./node_modules/.bin/rimraf dist", "build": "tsc -p tsconfig.build.json", "watch": "tsc -p tsconfig.build.json --watch", "test": "npm run lint && jest --config jest.config.json --runInBand --verbose", "test:ci": "npm run lint && jest --config jest.config.json --runInBand --coverage --collectCoverage=true --reporters=jest-junit", "lint": "eslint 'src/**/*.ts'", "lint:fix": "eslint 'src/**/*.ts' --fix", "semantic-release": "semantic-release" }, "files": [ "dist", "index.d.ts", "index.js", "README.md" ], "devDependencies": { "@commitlint/cli": "^17.3.0", "@commitlint/config-conventional": "^17.3.0", "@nestjs/common": "^9.2.1", "@nestjs/core": "^9.2.1", "@nestjs/testing": "^9.2.1", "@pact-foundation/pact": "^13.1.4", "@pact-foundation/pact-cli": "^16.0.4", "@semantic-release/changelog": "^6.0.2", "@semantic-release/git": "^10.0.1", "@types/get-port": "^4.2.0", "@types/jest": "29.2.4", "@typescript-eslint/eslint-plugin": "^5.46.0", "@typescript-eslint/parser": "^5.46.0", "commitizen": "^4.2.6", "cz-conventional-changelog": "^3.3.0", "eslint": "8.56.0", "eslint-config-prettier": "^8.5.0", "eslint-import-resolver-typescript": "^3.5.2", "eslint-plugin-import": "^2.26.0", "eslint-plugin-jest": "^27.1.6", "eslint-plugin-prettier": "^4.2.1", "husky": "^8.0.2", "jest": "29.3.1", "jest-junit": "15.0.0", "lint-staged": "^13.1.0", "prettier": "^2.8.1", "reflect-metadata": "^0.1.13", "rimraf": "^5.0.5", "semantic-release-cli": "^5.4.4", "ts-jest": "29.1.1", "ts-loader": "^9.4.2", "ts-node": "10.9.1", "tsconfig-paths": "^4.1.1", "typescript": "^4.9.4" }, "peerDependencies": { "@nestjs/common": "7.x || 8.x || 9.x || 10.x || 11.x", "@nestjs/core": "7.x || 8.x || 9.x || 10.x || 11.x", "@pact-foundation/pact": "10.x || 11.x || 12.x || 13.x || 14.x", "@pact-foundation/pact-cli": "15.x || 16.x" }, "dependencies": { "get-port": "^5.0.0" }, "lint-staged": { "*.ts": [ "eslint --ext .ts --fix" ] }, "husky": { "hooks": { "commit-msg": "commitlint -E HUSKY_GIT_PARAMS", "pre-commit": "lint-staged", "pre-push": "yarn test" } }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" }