UNPKG

wiremock-captain

Version:

A better way to use the WireMock simulator to test your HTTP APIs

66 lines (65 loc) 1.75 kB
{ "name": "wiremock-captain", "version": "4.1.2", "description": "A better way to use the WireMock simulator to test your HTTP APIs", "main": "dist/index.js", "types": "dist/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/HBOCodeLabs/wiremock-captain.git" }, "license": "MIT", "keywords": [ "api", "captain", "integration", "jest", "test", "testing", "typescript", "wiremock" ], "scripts": { "build": "npm run clean && tsc -p tsconfig.json && eslint .", "clean": "rimraf coverage dist tmp .buildcache", "test": "JEST_JUNIT_OUTPUT_NAME=unit-test.xml jest ./test/unit", "integration-test": "JEST_JUNIT_OUTPUT_NAME=integration-test.xml jest ./test/integration/ --runInBand", "coverage": "npm run test -- --coverage", "lint": "eslint .", "lint:fix": "eslint --fix .", "ncu:check": "ncu", "ncu:make": "ncu -u", "precommit": "pretty-quick --staged", "prettier": "prettier --write --loglevel silent ." }, "precommit": [ "precommit" ], "engines": { "node": ">=22.11.0", "npm": ">=10.9.2" }, "devDependencies": { "@eslint/js": "9.29.0", "@types/express": "5.0.3", "@types/jest": "30.0.0", "@types/node": "^22", "axios": "1.10.0", "eslint": "9.29.0", "eslint-config-prettier": "10.1.5", "eslint-plugin-prettier": "5.4.1", "express": "5.1.0", "globals": "16.2.0", "jest": "30.0.0", "jest-junit": "16.0.0", "npm-check-updates": "18.0.1", "pre-commit": "1.2.2", "prettier": "3.5.3", "pretty-quick": "4.2.2", "rimraf": "6.0.1", "ts-jest": "29.4.0", "tslib": "2.8.1", "typescript": "5.8.3", "typescript-eslint": "8.34.1" } }